#BF0E9D

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

Shades of Medium Violet Red #BF0E9D

Tints of Medium Violet Red #BF0E9D

Color information

#BF0E9D (or 0xBF0E9D) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0E and 9D. RGB value is (191,14,157). Sum of RGB (Red+Green+Blue) = 191+14+157=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E9D is #40F162. Grayscale: #525252. Windows color (decimal): -4256099 or 10292927. OLE color: 10292927.

HSL color Cylindrical-coordinate representation of color #BF0E9D: hue angle of 311.53º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E9D is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19114157-
CMYK00.930.180.25
HSL311.53º86.34%40.2%-
HSV(B)311.53º92.67%74.9%-
XYZ27.7313.8233.11-
YUV83.22169.64204.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 14 (5.86% from 255) = 3.87%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=52.76%
G=3.87%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911415700.930.180.25311.5386.3440.2
HexBFE9D05D12191385628
Octal277162350135223147012650
Binary101111111110100111010101110110010110011001110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E9D; }

 p { color: rgb(191,14,157); }

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

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

 a { background-color: rgb(191,14,157); }

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

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

 span { border-color: rgb(191,14,157); }

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