#BB0372

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

Shades of Medium Violet Red #BB0372

Tints of Medium Violet Red #BB0372

Color information

#BB0372 (or 0xBB0372) is unknown color: approx Medium Violet Red. HEX triplet: BB, 03 and 72. RGB value is (187,3,114). Sum of RGB (Red+Green+Blue) = 187+3+114=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0372 is #44FC8D. Grayscale: #464646. Windows color (decimal): -4521102 or 7472059. OLE color: 7472059.

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

Color convert

RGB1873114-
CMYK00.980.390.27
HSL323.8º96.84%37.25%-
HSV(B)323.8º98.4%73.33%-
XYZ23.5611.8416.96-
YUV70.67152.46210.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=61.51%
G=0.99%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187311400.980.390.27323.896.8437.25
HexBB372062271B1446125
Octal27331620142473350414145
Binary1011101111111001001100010100111110111010001001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0372; }

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

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

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

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

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

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

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

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