Html Css Color HEX #BB2899 Medium Red Violet

📋 copy color: '#BB2899'

red 187 ◦ green 40 ◦ blue 153

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

Shades of Medium Red Violet #BB2899

Tints of Medium Red Violet #BB2899

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

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

R = 49.21%
G = 10.53%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB2899 (or 0xBB2899) is known color: Medium Red Violet. HEX triplet: BB, 28 and 99. RGB value is (187,40,153). Sum of RGB (Red+Green+Blue) = 187+40+153=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2899 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2899 is #44D766. Grayscale: #606060. Windows color (decimal): -4511591 or 10037435. OLE color: 10037435.

HSL color Cylindrical-coordinate representation of color #BB2899: hue angle of 313.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2899 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 153 -
CMYK 0 0.79 0.18 0.27
HSL 313.88º 0.65% 0.45% -
HSV(B) 313.88º 0.79% 0.73% -
XYZ 27 14.38 31.49 -
YUV 96.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 187 40 153 0 0.79 0.18 0.27 313.88 0.65 0.45
Hex BB 28 99 0 4F 12 1B 13A 41 2D
Octal 273 50 231 0 117 22 33 472 101 55
Binary 10111011 101000 10011001 0 1001111 10010 11011 100111010 1000001 101101

Color Harmonies of #BB2899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2899

Black with #BB2899

Text Example


Text Example

White with #BB2899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2899; }

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

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

background-color css

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

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

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

border-color css

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

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

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