Html Css Color HEX #BB2E72 Medium Red Violet

📋 copy color: '#BB2E72'

red 187 ◦ green 46 ◦ blue 114

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

Shades of Medium Red Violet #BB2E72

Tints of Medium Red Violet #BB2E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 53.89%
G = 13.26%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB2E72 (or 0xBB2E72) is known color: Medium Red Violet. HEX triplet: BB, 2E and 72. RGB value is (187,46,114). Sum of RGB (Red+Green+Blue) = 187+46+114=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2E72 is #44D18D. Grayscale: #5F5F5F. Windows color (decimal): -4510094 or 7483067. OLE color: 7483067.

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

Color convert

RGB 187 46 114 -
CMYK 0 0.75 0.39 0.27
HSL 331.06º 0.61% 0.46% -
HSV(B) 331.06º 0.75% 0.73% -
XYZ 24.51 13.73 17.28 -
YUV 95.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 187 46 114 0 0.75 0.39 0.27 331.06 0.61 0.46
Hex BB 2E 72 0 4B 27 1B 14B 3D 2E
Octal 273 56 162 0 113 47 33 513 75 56
Binary 10111011 101110 1110010 0 1001011 100111 11011 101001011 111101 101110

Color Harmonies of #BB2E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E72

Black with #BB2E72

Text Example


Text Example

White with #BB2E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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