#BB1692

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

Shades of Medium Violet Red #BB1692

Tints of Medium Violet Red #BB1692

Color information

#BB1692 (or 0xBB1692) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 92. RGB value is (187,22,146). Sum of RGB (Red+Green+Blue) = 187+22+146=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1692 is #44E96D. Grayscale: #555555. Windows color (decimal): -4516206 or 9574075. OLE color: 9574075.

HSL color Cylindrical-coordinate representation of color #BB1692: hue angle of 314.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 #BB1692 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18722146-
CMYK00.880.220.27
HSL314.91º78.95%40.98%-
HSV(B)314.91º88.24%73.33%-
XYZ25.9713.2128.38-
YUV85.47162.16200.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 22 (8.98% from 255) = 6.20%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=52.68%
G=6.20%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872214600.880.220.27314.9178.9540.98
HexBB1692058161B13b4f29
Octal273262220130263347311751
Binary1011101110110100100100101100010110110111001110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1692; }

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

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

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

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

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

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

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

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