#BB008F

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

Shades of Medium Violet Red #BB008F

Tints of Medium Violet Red #BB008F

Color information

#BB008F (or 0xBB008F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 8F. RGB value is (187,0,143). Sum of RGB (Red+Green+Blue) = 187+0+143=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB008F is #44FF70. Grayscale: #474747. Windows color (decimal): -4521841 or 9371835. OLE color: 9371835.

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

Color convert

RGB1870143-
CMYK010.240.27
HSL314.12º100%36.67%-
HSV(B)314.12º100%73.33%-
XYZ25.4512.5527.07-
YUV72.22167.95209.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=56.67%
G=0%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870143010.240.27314.1210036.67
HexBB08F064181B13a6425
Octal27302170144303347214445
Binary101110110100011110110010011000110111001110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB008F; }

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

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

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

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

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

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

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

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