#bf0c88

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

Shades of Medium Violet Red #BF0C88

Tints of Medium Violet Red #BF0C88

Color information

#BF0C88 (or 0xBF0C88) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0C and 88. RGB value is (191,12,136). Sum of RGB (Red+Green+Blue) = 191+12+136=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0C88 is #40F377. Grayscale: #4F4F4F. Windows color (decimal): -4256632 or 8916159. OLE color: 8916159.

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

Color convert

RGB19112136-
CMYK00.940.290.25
HSL318.44º88.18%39.8%-
HSV(B)318.44º93.72%74.9%-
XYZ26.0613.1224.45-
YUV79.66159.8207.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 12 (5.08% from 255) = 3.54%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=56.34%
G=3.54%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911213600.940.290.25318.4488.1839.8
HexBFC8805E1D1913e5828
Octal277142100136353147613050
Binary101111111100100010000101111011101110011001111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0c88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0c88; }

 p { color: rgb(191,12,136); }

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

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

 a { background-color: rgb(191,12,136); }

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

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

 span { border-color: rgb(191,12,136); }

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