#BB1671

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

Shades of Medium Violet Red #BB1671

Tints of Medium Violet Red #BB1671

Color information

#BB1671 (or 0xBB1671) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 71. RGB value is (187,22,113). Sum of RGB (Red+Green+Blue) = 187+22+113=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1671 is #44E98E. Grayscale: #515151. Windows color (decimal): -4516239 or 7411387. OLE color: 7411387.

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

Color convert

RGB18722113-
CMYK00.880.400.27
HSL326.91º78.95%40.98%-
HSV(B)326.91º88.24%73.33%-
XYZ23.7612.3316.75-
YUV81.71145.66203.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.07%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=58.07%
G=6.83%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872211300.880.400.27326.9178.9540.98
HexBB1671058281B1474f29
Octal273261610130503350711751
Binary1011101110110111000101011000101000110111010001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1671; }

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

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

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

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

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

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

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

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