Html Css Color HEX #BB2389 Medium Red Violet

📋 copy color: '#BB2389'

red 187 ◦ green 35 ◦ blue 137

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

Shades of Medium Red Violet #BB2389

Tints of Medium Red Violet #BB2389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 52.09%
G = 9.75%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB2389 (or 0xBB2389) is known color: Medium Red Violet. HEX triplet: BB, 23 and 89. RGB value is (187,35,137). Sum of RGB (Red+Green+Blue) = 187+35+137=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2389 is #44DC76. Grayscale: #5B5B5B. Windows color (decimal): -4512887 or 8987579. OLE color: 8987579.

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

Color convert

RGB 187 35 137 -
CMYK 0 0.81 0.27 0.27
HSL 319.74º 0.68% 0.44% -
HSV(B) 319.74º 0.81% 0.73% -
XYZ 25.61 13.57 24.94 -
YUV 92.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 187 35 137 0 0.81 0.27 0.27 319.74 0.68 0.44
Hex BB 23 89 0 51 1B 1B 140 44 2C
Octal 273 43 211 0 121 33 33 500 104 54
Binary 10111011 100011 10001001 0 1010001 11011 11011 101000000 1000100 101100

Color Harmonies of #BB2389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2389

Black with #BB2389

Text Example


Text Example

White with #BB2389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2389; }

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

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

background-color css

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

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

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

border-color css

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

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

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