#BB0C8F

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

Shades of Medium Violet Red #BB0C8F

Tints of Medium Violet Red #BB0C8F

Color information

#BB0C8F (or 0xBB0C8F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0C and 8F. RGB value is (187,12,143). Sum of RGB (Red+Green+Blue) = 187+12+143=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0C8F is #44F370. Grayscale: #4E4E4E. Windows color (decimal): -4518769 or 9374907. OLE color: 9374907.

HSL color Cylindrical-coordinate representation of color #BB0C8F: hue angle of 315.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C8F is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18712143-
CMYK00.940.240.27
HSL315.09º87.94%39.02%-
HSV(B)315.09º93.58%73.33%-
XYZ25.5812.8127.11-
YUV79.26163.98204.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 12 (5.08% from 255) = 3.51%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=54.68%
G=3.51%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871214300.940.240.27315.0987.9439.02
HexBBC8F05E181B13b5827
Octal273142170136303347313047
Binary101110111100100011110101111011000110111001110111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0C8F; }

 p { color: rgb(187,12,143); }

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

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

 a { background-color: rgb(187,12,143); }

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

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

 span { border-color: rgb(187,12,143); }

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