Html Css Color HEX #BB3589 Medium Red Violet

📋 copy color: '#BB3589'

red 187 ◦ green 53 ◦ blue 137

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

Shades of Medium Red Violet #BB3589

Tints of Medium Red Violet #BB3589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.06%

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

R = 49.6%
G = 14.06%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB3589 (or 0xBB3589) is known color: Medium Red Violet. HEX triplet: BB, 35 and 89. RGB value is (187,53,137). Sum of RGB (Red+Green+Blue) = 187+53+137=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3589 is #44CA76. Grayscale: #666666. Windows color (decimal): -4508279 or 8992187. OLE color: 8992187.

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

Color convert

RGB 187 53 137 -
CMYK 0 0.72 0.27 0.27
HSL 322.39º 0.56% 0.47% -
HSV(B) 322.39º 0.72% 0.73% -
XYZ 26.28 14.92 25.16 -
YUV 102.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 187 53 137 0 0.72 0.27 0.27 322.39 0.56 0.47
Hex BB 35 89 0 48 1B 1B 142 38 2F
Octal 273 65 211 0 110 33 33 502 70 57
Binary 10111011 110101 10001001 0 1001000 11011 11011 101000010 111000 101111

Color Harmonies of #BB3589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3589

Black with #BB3589

Text Example


Text Example

White with #BB3589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3589; }

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

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

background-color css

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

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

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

border-color css

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

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

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