#BB0072

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

Shades of Medium Violet Red #BB0072

Tints of Medium Violet Red #BB0072

Color information

#BB0072 (or 0xBB0072) is unknown color: approx Medium Violet Red. HEX triplet: BB, 00 and 72. RGB value is (187,0,114). Sum of RGB (Red+Green+Blue) = 187+0+114=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0072 is #44FF8D. Grayscale: #444444. Windows color (decimal): -4521870 or 7471291. OLE color: 7471291.

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

Color convert

RGB1870114-
CMYK010.390.27
HSL323.42º100%36.67%-
HSV(B)323.42º100%73.33%-
XYZ23.5311.7816.95-
YUV68.91153.45212.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=62.13%
G=0%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870114010.390.27323.4210036.67
HexBB072064271B1436425
Octal27301620144473350314445
Binary101110110111001001100100100111110111010000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0072; }

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

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

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

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

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

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

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

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