#BB1272

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

Shades of Medium Violet Red #BB1272

Tints of Medium Violet Red #BB1272

Color information

#BB1272 (or 0xBB1272) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 72. RGB value is (187,18,114). Sum of RGB (Red+Green+Blue) = 187+18+114=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1272 is #44ED8D. Grayscale: #4F4F4F. Windows color (decimal): -4517262 or 7475899. OLE color: 7475899.

HSL color Cylindrical-coordinate representation of color #BB1272: hue angle of 325.92º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1272 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18718114-
CMYK00.900.390.27
HSL325.92º82.44%40.2%-
HSV(B)325.92º90.37%73.33%-
XYZ23.7512.2117.03-
YUV79.47147.49204.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=58.62%
G=5.64%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871811400.900.390.27325.9282.4440.2
HexBB127205A271B1465228
Octal273221620132473350612250
Binary1011101110010111001001011010100111110111010001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1272; }

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

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

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

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

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

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

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

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