#BF008C

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

Shades of Medium Violet Red #BF008C

Tints of Medium Violet Red #BF008C

Color information

#BF008C (or 0xBF008C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 8C. RGB value is (191,0,140). Sum of RGB (Red+Green+Blue) = 191+0+140=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF008C is #40FF73. Grayscale: #484848. Windows color (decimal): -4259700 or 9175231. OLE color: 9175231.

HSL color Cylindrical-coordinate representation of color #BF008C: hue angle of 316.02º 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 #BF008C is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB1910140-
CMYK010.270.25
HSL316.02º100%37.45%-
HSV(B)316.02º100%74.9%-
XYZ26.2212.9725.93-
YUV73.07165.78212.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=57.70%
G=0%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910140010.270.25316.0210037.45
HexBF08C0641B1913c6425
Octal27702140144333147414445
Binary101111110100011000110010011011110011001111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF008C; }

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

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

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

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

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

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

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

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