#BF008E

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

Shades of Medium Violet Red #BF008E

Tints of Medium Violet Red #BF008E

Color information

#BF008E (or 0xBF008E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 8E. RGB value is (191,0,142). Sum of RGB (Red+Green+Blue) = 191+0+142=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF008E is #40FF71. Grayscale: #484848. Windows color (decimal): -4259698 or 9306303. OLE color: 9306303.

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

Color convert

RGB1910142-
CMYK010.260.25
HSL315.39º100%37.45%-
HSV(B)315.39º100%74.9%-
XYZ26.3713.0326.72-
YUV73.3166.78211.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=57.36%
G=0%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910142010.260.25315.3910037.45
HexBF08E0641A1913b6425
Octal27702160144323147314445
Binary101111110100011100110010011010110011001110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF008E; }

 p { color: rgb(191,0,142); }

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

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

 a { background-color: rgb(191,0,142); }

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

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

 span { border-color: rgb(191,0,142); }

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