#bb1f6e

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

Shades of Medium Violet Red #BB1F6E

Tints of Medium Violet Red #BB1F6E

Color information

#BB1F6E (or 0xBB1F6E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1F and 6E. RGB value is (187,31,110). Sum of RGB (Red+Green+Blue) = 187+31+110=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1F6E is #44E091. Grayscale: #565656. Windows color (decimal): -4513938 or 7217083. OLE color: 7217083.

HSL color Cylindrical-coordinate representation of color #BB1F6E: hue angle of 329.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1F6E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18731110-
CMYK00.830.410.27
HSL329.62º71.56%42.75%-
HSV(B)329.62º83.42%73.33%-
XYZ23.812.6715.94-
YUV86.65141.18199.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 31 (12.5% from 255) = 9.45%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=57.01%
G=9.45%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873111000.830.410.27329.6271.5642.75
HexBB1F6E053291B14a482b
Octal273371560123513351211053
Binary1011101111111110111001010011101001110111010010101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1f6e; }

 p { color: rgb(187,31,110); }

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

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

 a { background-color: rgb(187,31,110); }

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

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

 span { border-color: rgb(187,31,110); }

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