#BB1278

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

Shades of Medium Violet Red #BB1278

Tints of Medium Violet Red #BB1278

Color information

#BB1278 (or 0xBB1278) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 78. RGB value is (187,18,120). Sum of RGB (Red+Green+Blue) = 187+18+120=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1278 is #44ED87. Grayscale: #4F4F4F. Windows color (decimal): -4517256 or 7869115. OLE color: 7869115.

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

Color convert

RGB18718120-
CMYK00.900.360.27
HSL323.79º82.44%40.2%-
HSV(B)323.79º90.37%73.33%-
XYZ24.112.3518.88-
YUV80.16150.49204.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.54%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=57.54%
G=5.54%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871812000.900.360.27323.7982.4440.2
HexBB127805A241B1445228
Octal273221700132443350412250
Binary1011101110010111100001011010100100110111010001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1278; }

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

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

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

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

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

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

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

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