#BB1694

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

Shades of Medium Violet Red #BB1694

Tints of Medium Violet Red #BB1694

Color information

#BB1694 (or 0xBB1694) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 94. RGB value is (187,22,148). Sum of RGB (Red+Green+Blue) = 187+22+148=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1694 is #44E96B. Grayscale: #555555. Windows color (decimal): -4516204 or 9705147. OLE color: 9705147.

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

Color convert

RGB18722148-
CMYK00.880.210.27
HSL314.18º78.95%40.98%-
HSV(B)314.18º88.24%73.33%-
XYZ26.1313.2829.2-
YUV85.7163.16200.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=52.38%
G=6.16%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872214800.880.210.27314.1878.9540.98
HexBB1694058151B13a4f29
Octal273262240130253347211751
Binary1011101110110100101000101100010101110111001110101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1694; }

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

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

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

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

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

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

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

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