#bf009c

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

Shades of Medium Violet Red #BF009C

Tints of Medium Violet Red #BF009C

Color information

#BF009C (or 0xBF009C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 9C. RGB value is (191,0,156). Sum of RGB (Red+Green+Blue) = 191+0+156=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF009C is #40FF63. Grayscale: #4A4A4A. Windows color (decimal): -4259684 or 10223807. OLE color: 10223807.

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

Color convert

RGB1910156-
CMYK010.180.25
HSL310.99º100%37.45%-
HSV(B)310.99º100%74.9%-
XYZ27.4913.4832.61-
YUV74.89173.78210.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=55.04%
G=0%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910156010.180.25310.9910037.45
HexBF09C06412191376425
Octal27702340144223146714445
Binary101111110100111000110010010010110011001101111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf009c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf009c; }

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

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

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

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

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

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

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

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