#BE088D

Color #BE088D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BE088D

Tints of Medium Violet Red #BE088D

Color information

#BE088D (or 0xBE088D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 08 and 8D. RGB value is (190,8,141). Sum of RGB (Red+Green+Blue) = 190+8+141=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE088D is #41F772. Grayscale: #4D4D4D. Windows color (decimal): -4323187 or 9242814. OLE color: 9242814.

HSL color Cylindrical-coordinate representation of color #BE088D: hue angle of 316.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE088D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB1908141-
CMYK00.960.260.25
HSL316.15º91.92%38.82%-
HSV(B)316.15º95.79%74.51%-
XYZ26.1313.0426.34-
YUV77.58163.8208.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 8 (3.52% from 255) = 2.36%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=56.05%
G=2.36%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190814100.960.260.25316.1591.9238.82
HexBE88D0601A1913c5c27
Octal276102150140323147413447
Binary101111101000100011010110000011010110011001111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE088D; }

 p { color: rgb(190,8,141); }

 H1.HeaderClassName
 {
   color: #BE088D;
 }
 .AnyTagClassName
 {
   color: #BE088D;
 }
</style>
background-color css

<style>
 a { background-color: #BE088D; }

 a { background-color: rgb(190,8,141); }

 div.DivClassName
 {
   background-color: #BE088D;
 }
 .BgClassName
 {
   background-color: #BE088D;
 }
</style>
border-color css

<style>
 span { border-color: #BE088D; }

 span { border-color: rgb(190,8,141); }

 td.TdClassName
 {
   border-color: #BE088D;
 }
 .TagClassName
 {
   border-color: #BE088D;
 }
</style>