#BB1D9D

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

Shades of Medium Violet Red #BB1D9D

Tints of Medium Violet Red #BB1D9D

Color information

#BB1D9D (or 0xBB1D9D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1D and 9D. RGB value is (187,29,157). Sum of RGB (Red+Green+Blue) = 187+29+157=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D9D is #44E262. Grayscale: #5A5A5A. Windows color (decimal): -4514403 or 10296763. OLE color: 10296763.

HSL color Cylindrical-coordinate representation of color #BB1D9D: hue angle of 311.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D9D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18729157-
CMYK00.840.160.27
HSL311.39º73.15%42.35%-
HSV(B)311.39º84.49%73.33%-
XYZ27.0213.8833.15-
YUV90.83165.35196.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 29 (11.72% from 255) = 7.77%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=50.13%
G=7.77%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872915700.840.160.27311.3973.1542.35
HexBB1D9D054101B137492a
Octal273352350124203346711152
Binary1011101111101100111010101010010000110111001101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1D9D; }

 p { color: rgb(187,29,157); }

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

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

 a { background-color: rgb(187,29,157); }

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

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

 span { border-color: rgb(187,29,157); }

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