Html Css Color HEX #BB0589 Medium Violet Red

📋 copy color: '#BB0589'

red 187 ◦ green 5 ◦ blue 137

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

Shades of Medium Violet Red #BB0589

Tints of Medium Violet Red #BB0589

RGB

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

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

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

R = 56.84%
G = 1.52%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB0589 (or 0xBB0589) is known color: Medium Violet Red. HEX triplet: BB, 05 and 89. RGB value is (187,5,137). Sum of RGB (Red+Green+Blue) = 187+5+137=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0589 is #44FA76. Grayscale: #4A4A4A. Windows color (decimal): -4520567 or 8979899. OLE color: 8979899.

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

Color convert

RGB 187 5 137 -
CMYK 0 0.97 0.27 0.27
HSL 316.48º 0.95% 0.38% -
HSV(B) 316.48º 0.97% 0.73% -
XYZ 25.06 12.48 24.75 -
YUV 74.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 187 5 137 0 0.97 0.27 0.27 316.48 0.95 0.38
Hex BB 5 89 0 61 1B 1B 13C 5F 26
Octal 273 5 211 0 141 33 33 474 137 46
Binary 10111011 101 10001001 0 1100001 11011 11011 100111100 1011111 100110

Color Harmonies of #BB0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0589

Black with #BB0589

Text Example


Text Example

White with #BB0589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0589; }

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

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

background-color css

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

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

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

border-color css

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

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

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