Html Css Color HEX #BB2091 Medium Violet Red

📋 copy color: '#BB2091'

red 187 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #BB2091

Tints of Medium Violet Red #BB2091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

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

R = 51.37%
G = 8.79%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2091 (or 0xBB2091) is known color: Medium Violet Red. HEX triplet: BB, 20 and 91. RGB value is (187,32,145). Sum of RGB (Red+Green+Blue) = 187+32+145=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2091 is #44DF6E. Grayscale: #5A5A5A. Windows color (decimal): -4513647 or 9511099. OLE color: 9511099.

HSL color Cylindrical-coordinate representation of color #BB2091: hue angle of 316.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2091 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 145 -
CMYK 0 0.83 0.22 0.27
HSL 316.26º 0.71% 0.43% -
HSV(B) 316.26º 0.83% 0.73% -
XYZ 26.12 13.64 28.04 -
YUV 91.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 187 32 145 0 0.83 0.22 0.27 316.26 0.71 0.43
Hex BB 20 91 0 53 16 1B 13C 47 2B
Octal 273 40 221 0 123 26 33 474 107 53
Binary 10111011 100000 10010001 0 1010011 10110 11011 100111100 1000111 101011

Color Harmonies of #BB2091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2091

Black with #BB2091

Text Example


Text Example

White with #BB2091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2091; }

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

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

background-color css

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

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

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

border-color css

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

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

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