Html Css Color HEX #BB2EA9 Medium Red Violet

📋 copy color: '#BB2EA9'

red 187 ◦ green 46 ◦ blue 169

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

Shades of Medium Red Violet #BB2EA9

Tints of Medium Red Violet #BB2EA9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.44%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 46.52%
G = 11.44%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB2EA9 (or 0xBB2EA9) is known color: Medium Red Violet. HEX triplet: BB, 2E and A9. RGB value is (187,46,169). Sum of RGB (Red+Green+Blue) = 187+46+169=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2EA9 is #44D156. Grayscale: #656565. Windows color (decimal): -4510039 or 11087547. OLE color: 11087547.

HSL color Cylindrical-coordinate representation of color #BB2EA9: hue angle of 307.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2EA9 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 46 169 -
CMYK 0 0.75 0.10 0.27
HSL 307.66º 0.61% 0.46% -
HSV(B) 307.66º 0.75% 0.73% -
XYZ 28.63 15.38 39 -
YUV 102.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 187 46 169 0 0.75 0.10 0.27 307.66 0.61 0.46
Hex BB 2E A9 0 4B A 1B 134 3D 2E
Octal 273 56 251 0 113 12 33 464 75 56
Binary 10111011 101110 10101001 0 1001011 1010 11011 100110100 111101 101110

Color Harmonies of #BB2EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2EA9

Black with #BB2EA9

Text Example


Text Example

White with #BB2EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2EA9; }

 p { color: rgb(187,46,169); }

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

background-color css

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

 a { background-color: rgb(187,46,169); }

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

border-color css

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

 span { border-color: rgb(187,46,169); }

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