#BB1276

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

Shades of Medium Violet Red #BB1276

Tints of Medium Violet Red #BB1276

Color information

#BB1276 (or 0xBB1276) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 76. RGB value is (187,18,118). Sum of RGB (Red+Green+Blue) = 187+18+118=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1276 is #44ED89. Grayscale: #4F4F4F. Windows color (decimal): -4517258 or 7738043. OLE color: 7738043.

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

Color convert

RGB18718118-
CMYK00.900.370.27
HSL324.5º82.44%40.2%-
HSV(B)324.5º90.37%73.33%-
XYZ23.9812.3118.25-
YUV79.93149.49204.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=57.89%
G=5.57%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871811800.900.370.27324.582.4440.2
HexBB127605A251B1445228
Octal273221660132453350412250
Binary1011101110010111011001011010100101110111010001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1276; }

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

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

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

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

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

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

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

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