#BB168D

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

Shades of Medium Violet Red #BB168D

Tints of Medium Violet Red #BB168D

Color information

#BB168D (or 0xBB168D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 16 and 8D. RGB value is (187,22,141). Sum of RGB (Red+Green+Blue) = 187+22+141=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB168D is #44E972. Grayscale: #545454. Windows color (decimal): -4516211 or 9246395. OLE color: 9246395.

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

Color convert

RGB18722141-
CMYK00.880.250.27
HSL316.73º78.95%40.98%-
HSV(B)316.73º88.24%73.33%-
XYZ25.5913.0626.37-
YUV84.9159.66200.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 22 (8.98% from 255) = 6.29%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=53.43%
G=6.29%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872214100.880.250.27316.7378.9540.98
HexBB168D058191B13d4f29
Octal273262150130313347511751
Binary1011101110110100011010101100011001110111001111011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB168D; }

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

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

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

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

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

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

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

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