#BB1271

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

Shades of Medium Violet Red #BB1271

Tints of Medium Violet Red #BB1271

Color information

#BB1271 (or 0xBB1271) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 71. RGB value is (187,18,113). Sum of RGB (Red+Green+Blue) = 187+18+113=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1271 is #44ED8E. Grayscale: #4F4F4F. Windows color (decimal): -4517263 or 7410363. OLE color: 7410363.

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

Color convert

RGB18718113-
CMYK00.900.400.27
HSL326.27º82.44%40.2%-
HSV(B)326.27º90.37%73.33%-
XYZ23.6912.1916.73-
YUV79.36146.99204.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.81%
GREEN value IS 18 (7.42% from 255) = 5.66%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=58.81%
G=5.66%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871811300.900.400.27326.2782.4440.2
HexBB127105A281B1465228
Octal273221610132503350612250
Binary1011101110010111000101011010101000110111010001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1271; }

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

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

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

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

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

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

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

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