#BB1693

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

Shades of Medium Violet Red #BB1693

Tints of Medium Violet Red #BB1693

Color information

#BB1693 (or 0xBB1693) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 93. RGB value is (187,22,147). Sum of RGB (Red+Green+Blue) = 187+22+147=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1693 is #44E96C. Grayscale: #555555. Windows color (decimal): -4516205 or 9639611. OLE color: 9639611.

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

Color convert

RGB18722147-
CMYK00.880.210.27
HSL314.55º78.95%40.98%-
HSV(B)314.55º88.24%73.33%-
XYZ26.0513.2528.79-
YUV85.58162.66200.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.53%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=52.53%
G=6.18%
B=41.29%

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
Decimal1872214700.880.210.27314.5578.9540.98
HexBB1693058151B13b4f29
Octal273262230130253347311751
Binary1011101110110100100110101100010101110111001110111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1693; }

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

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

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

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

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

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

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

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