Html Css Color HEX #BB2499 Medium Red Violet

📋 copy color: '#BB2499'

red 187 ◦ green 36 ◦ blue 153

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

Shades of Medium Red Violet #BB2499

Tints of Medium Red Violet #BB2499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.57%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 49.73%
G = 9.57%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB2499 (or 0xBB2499) is known color: Medium Red Violet. HEX triplet: BB, 24 and 99. RGB value is (187,36,153). Sum of RGB (Red+Green+Blue) = 187+36+153=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2499 is #44DB66. Grayscale: #5E5E5E. Windows color (decimal): -4512615 or 10036411. OLE color: 10036411.

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

Color convert

RGB 187 36 153 -
CMYK 0 0.81 0.18 0.27
HSL 313.51º 0.68% 0.44% -
HSV(B) 313.51º 0.81% 0.73% -
XYZ 26.87 14.13 31.45 -
YUV 94.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 187 36 153 0 0.81 0.18 0.27 313.51 0.68 0.44
Hex BB 24 99 0 51 12 1B 13A 44 2C
Octal 273 44 231 0 121 22 33 472 104 54
Binary 10111011 100100 10011001 0 1010001 10010 11011 100111010 1000100 101100

Color Harmonies of #BB2499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2499

Black with #BB2499

Text Example


Text Example

White with #BB2499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2499; }

 p { color: rgb(187,36,153); }

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

background-color css

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

 a { background-color: rgb(187,36,153); }

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

border-color css

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

 span { border-color: rgb(187,36,153); }

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