#BB1698

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

Shades of Medium Violet Red #BB1698

Tints of Medium Violet Red #BB1698

Color information

#BB1698 (or 0xBB1698) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 98. RGB value is (187,22,152). Sum of RGB (Red+Green+Blue) = 187+22+152=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1698 is #44E967. Grayscale: #555555. Windows color (decimal): -4516200 or 9967291. OLE color: 9967291.

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

Color convert

RGB18722152-
CMYK00.880.190.27
HSL312.73º78.95%40.98%-
HSV(B)312.73º88.24%73.33%-
XYZ26.4513.4130.9-
YUV86.16165.16199.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=51.80%
G=6.09%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872215200.880.190.27312.7378.9540.98
HexBB1698058131B1394f29
Octal273262300130233347111751
Binary1011101110110100110000101100010011110111001110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1698; }

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

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

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

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

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

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

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

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