Html Css Color HEX #BB0489 Medium Violet Red

📋 copy color: '#BB0489'

red 187 ◦ green 4 ◦ blue 137

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

Shades of Medium Violet Red #BB0489

Tints of Medium Violet Red #BB0489

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.22%

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

R = 57.01%
G = 1.22%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB0489 (or 0xBB0489) is known color: Medium Violet Red. HEX triplet: BB, 04 and 89. RGB value is (187,4,137). Sum of RGB (Red+Green+Blue) = 187+4+137=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0489 is #44FB76. Grayscale: #494949. Windows color (decimal): -4520823 or 8979643. OLE color: 8979643.

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

Color convert

RGB 187 4 137 -
CMYK 0 0.98 0.27 0.27
HSL 316.39º 0.96% 0.37% -
HSV(B) 316.39º 0.98% 0.73% -
XYZ 25.05 12.46 24.75 -
YUV 73.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 187 4 137 0 0.98 0.27 0.27 316.39 0.96 0.37
Hex BB 4 89 0 62 1B 1B 13C 60 25
Octal 273 4 211 0 142 33 33 474 140 45
Binary 10111011 100 10001001 0 1100010 11011 11011 100111100 1100000 100101

Color Harmonies of #BB0489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0489

Black with #BB0489

Text Example


Text Example

White with #BB0489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0489; }

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

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

background-color css

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

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

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

border-color css

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

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

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