Html Css Color HEX #BB0591 Medium Violet Red

📋 copy color: '#BB0591'

red 187 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #BB0591

Tints of Medium Violet Red #BB0591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 55.49%
G = 1.48%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB0591 (or 0xBB0591) is known color: Medium Violet Red. HEX triplet: BB, 05 and 91. RGB value is (187,5,145). Sum of RGB (Red+Green+Blue) = 187+5+145=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0591 is #44FA6E. Grayscale: #4B4B4B. Windows color (decimal): -4520559 or 9504187. OLE color: 9504187.

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

Color convert

RGB 187 5 145 -
CMYK 0 0.97 0.22 0.27
HSL 313.85º 0.95% 0.38% -
HSV(B) 313.85º 0.97% 0.73% -
XYZ 25.66 12.72 27.89 -
YUV 75.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 187 5 145 0 0.97 0.22 0.27 313.85 0.95 0.38
Hex BB 5 91 0 61 16 1B 13A 5F 26
Octal 273 5 221 0 141 26 33 472 137 46
Binary 10111011 101 10010001 0 1100001 10110 11011 100111010 1011111 100110

Color Harmonies of #BB0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0591

Black with #BB0591

Text Example


Text Example

White with #BB0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0591; }

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

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

background-color css

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

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

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

border-color css

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

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

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