Html Css Color HEX #BB2E97 Medium Red Violet

📋 copy color: '#BB2E97'

red 187 ◦ green 46 ◦ blue 151

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

Shades of Medium Red Violet #BB2E97

Tints of Medium Red Violet #BB2E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 48.7%
G = 11.98%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BB2E97 (or 0xBB2E97) is known color: Medium Red Violet. HEX triplet: BB, 2E and 97. RGB value is (187,46,151). Sum of RGB (Red+Green+Blue) = 187+46+151=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2E97 is #44D168. Grayscale: #636363. Windows color (decimal): -4510057 or 9907899. OLE color: 9907899.

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

Color convert

RGB 187 46 151 -
CMYK 0 0.75 0.19 0.27
HSL 315.32º 0.61% 0.46% -
HSV(B) 315.32º 0.75% 0.73% -
XYZ 27.06 14.75 30.7 -
YUV 100.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 187 46 151 0 0.75 0.19 0.27 315.32 0.61 0.46
Hex BB 2E 97 0 4B 13 1B 13B 3D 2E
Octal 273 56 227 0 113 23 33 473 75 56
Binary 10111011 101110 10010111 0 1001011 10011 11011 100111011 111101 101110

Color Harmonies of #BB2E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E97

Black with #BB2E97

Text Example


Text Example

White with #BB2E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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