#BB168B

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

Shades of Medium Violet Red #BB168B

Tints of Medium Violet Red #BB168B

Color information

#BB168B (or 0xBB168B) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 8B. RGB value is (187,22,139). Sum of RGB (Red+Green+Blue) = 187+22+139=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB168B is #44E974. Grayscale: #545454. Windows color (decimal): -4516213 or 9115323. OLE color: 9115323.

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

Color convert

RGB18722139-
CMYK00.880.260.27
HSL317.45º78.95%40.98%-
HSV(B)317.45º88.24%73.33%-
XYZ25.441325.6-
YUV84.67158.66200.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.74%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=53.74%
G=6.32%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872213900.880.260.27317.4578.9540.98
HexBB168B0581A1B13d4f29
Octal273262130130323347511751
Binary1011101110110100010110101100011010110111001111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB168B; }

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

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

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

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

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

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

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

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