#BB1397

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

Shades of Medium Violet Red #BB1397

Tints of Medium Violet Red #BB1397

Color information

#BB1397 (or 0xBB1397) is unknown color: approx Medium Violet Red. HEX triplet: BB, 13 and 97. RGB value is (187,19,151). Sum of RGB (Red+Green+Blue) = 187+19+151=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1397 is #44EC68. Grayscale: #535353. Windows color (decimal): -4516969 or 9900987. OLE color: 9900987.

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

Color convert

RGB18719151-
CMYK00.900.190.27
HSL312.86º81.55%40.39%-
HSV(B)312.86º89.84%73.33%-
XYZ26.3113.2630.45-
YUV84.28165.66201.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 19 (7.81% from 255) = 5.32%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=52.38%
G=5.32%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871915100.900.190.27312.8681.5540.39
HexBB139705A131B1395228
Octal273232270132233347112250
Binary1011101110011100101110101101010011110111001110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1397; }

 p { color: rgb(187,19,151); }

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

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

 a { background-color: rgb(187,19,151); }

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

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

 span { border-color: rgb(187,19,151); }

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