#BB1D90

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

Shades of Medium Violet Red #BB1D90

Tints of Medium Violet Red #BB1D90

Color information

#BB1D90 (or 0xBB1D90) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1D and 90. RGB value is (187,29,144). Sum of RGB (Red+Green+Blue) = 187+29+144=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1D90 is #44E26F. Grayscale: #595959. Windows color (decimal): -4514416 or 9444795. OLE color: 9444795.

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

Color convert

RGB18729144-
CMYK00.840.230.27
HSL316.33º73.15%42.35%-
HSV(B)316.33º84.49%73.33%-
XYZ25.9713.4627.61-
YUV89.35158.85197.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.94%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 144 (56.64% from 255) = 40%
R=51.94%
G=8.06%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872914400.840.230.27316.3373.1542.35
HexBB1D90054171B13c492a
Octal273352200124273347411152
Binary1011101111101100100000101010010111110111001111001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1D90; }

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

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

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

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

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

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

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

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