#BB0B70

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

Shades of Medium Violet Red #BB0B70

Tints of Medium Violet Red #BB0B70

Color information

#BB0B70 (or 0xBB0B70) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0B and 70. RGB value is (187,11,112). Sum of RGB (Red+Green+Blue) = 187+11+112=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B70 is #44F48F. Grayscale: #4A4A4A. Windows color (decimal): -4519056 or 7343035. OLE color: 7343035.

HSL color Cylindrical-coordinate representation of color #BB0B70: hue angle of 325.57º degrees, saturation: 0.89, 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 #BB0B70 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18711112-
CMYK00.940.400.27
HSL325.57º88.89%38.82%-
HSV(B)325.57º94.12%73.33%-
XYZ23.5411.9716.4-
YUV75.14148.81207.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=60.32%
G=3.55%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871111200.940.400.27325.5788.8938.82
HexBBB7005E281B1465927
Octal273131600136503350613147
Binary101110111011111000001011110101000110111010001101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0B70; }

 p { color: rgb(187,11,112); }

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

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

 a { background-color: rgb(187,11,112); }

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

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

 span { border-color: rgb(187,11,112); }

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