Html Css Color HEX #BB1489 Medium Violet Red

📋 copy color: '#BB1489'

red 187 ◦ green 20 ◦ blue 137

#BB1489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BB1489

Tints of Medium Violet Red #BB1489

RGB

 RED value IS 187 (73.44% from 255) = 54.36%

 GREEN value IS 20 (8.2% from 255) = 5.81%

 BLUE value IS 137 (53.91% from 255) = 39.83%

R = 54.36%
G = 5.81%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB1489 (or 0xBB1489) is known color: Medium Violet Red. HEX triplet: BB, 14 and 89. RGB value is (187,20,137). Sum of RGB (Red+Green+Blue) = 187+20+137=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1489 is #44EB76. Grayscale: #525252. Windows color (decimal): -4516727 or 8983739. OLE color: 8983739.

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

Color convert

RGB 187 20 137 -
CMYK 0 0.89 0.27 0.27
HSL 317.96º 0.81% 0.41% -
HSV(B) 317.96º 0.89% 0.73% -
XYZ 25.26 12.87 24.82 -
YUV 83.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 187 20 137 0 0.89 0.27 0.27 317.96 0.81 0.41
Hex BB 14 89 0 59 1B 1B 13E 51 29
Octal 273 24 211 0 131 33 33 476 121 51
Binary 10111011 10100 10001001 0 1011001 11011 11011 100111110 1010001 101001

Color Harmonies of #BB1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1489

Black with #BB1489

Text Example


Text Example

White with #BB1489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1489; }

 p { color: rgb(187,20,137); }

 H1.HeaderClassName
 {
   color: #BB1489;
 }
 .AnyTagClassName
 {
   color: #BB1489;
 }
</style>

background-color css

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

 a { background-color: rgb(187,20,137); }

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

border-color css

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

 span { border-color: rgb(187,20,137); }

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