#BB1273

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

Shades of Medium Violet Red #BB1273

Tints of Medium Violet Red #BB1273

Color information

#BB1273 (or 0xBB1273) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 73. RGB value is (187,18,115). Sum of RGB (Red+Green+Blue) = 187+18+115=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1273 is #44ED8C. Grayscale: #4F4F4F. Windows color (decimal): -4517261 or 7541435. OLE color: 7541435.

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

Color convert

RGB18718115-
CMYK00.900.390.27
HSL325.56º82.44%40.2%-
HSV(B)325.56º90.37%73.33%-
XYZ23.812.2417.33-
YUV79.59147.99204.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.44%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=58.44%
G=5.62%
B=35.94%

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
Decimal1871811500.900.390.27325.5682.4440.2
HexBB127305A271B1465228
Octal273221630132473350612250
Binary1011101110010111001101011010100111110111010001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1273; }

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

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

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

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

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

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

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

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