Html Css Color HEX #BB1491 Medium Violet Red

📋 copy color: '#BB1491'

red 187 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #BB1491

Tints of Medium Violet Red #BB1491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 53.13%
G = 5.68%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB1491 (or 0xBB1491) is known color: Medium Violet Red. HEX triplet: BB, 14 and 91. RGB value is (187,20,145). Sum of RGB (Red+Green+Blue) = 187+20+145=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1491 is #44EB6E. Grayscale: #535353. Windows color (decimal): -4516719 or 9508027. OLE color: 9508027.

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

Color convert

RGB 187 20 145 -
CMYK 0 0.89 0.22 0.27
HSL 315.09º 0.81% 0.41% -
HSV(B) 315.09º 0.89% 0.73% -
XYZ 25.85 13.11 27.96 -
YUV 84.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 187 20 145 0 0.89 0.22 0.27 315.09 0.81 0.41
Hex BB 14 91 0 59 16 1B 13B 51 29
Octal 273 24 221 0 131 26 33 473 121 51
Binary 10111011 10100 10010001 0 1011001 10110 11011 100111011 1010001 101001

Color Harmonies of #BB1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1491

Black with #BB1491

Text Example


Text Example

White with #BB1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1491; }

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

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

background-color css

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

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

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

border-color css

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

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

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