Html Css Color HEX #BB2772 Medium Red Violet

📋 copy color: '#BB2772'

red 187 ◦ green 39 ◦ blue 114

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

Shades of Medium Red Violet #BB2772

Tints of Medium Red Violet #BB2772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 55%
G = 11.47%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB2772 (or 0xBB2772) is known color: Medium Red Violet. HEX triplet: BB, 27 and 72. RGB value is (187,39,114). Sum of RGB (Red+Green+Blue) = 187+39+114=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2772 is #44D88D. Grayscale: #5B5B5B. Windows color (decimal): -4511886 or 7481275. OLE color: 7481275.

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

Color convert

RGB 187 39 114 -
CMYK 0 0.79 0.39 0.27
HSL 329.59º 0.65% 0.44% -
HSV(B) 329.59º 0.79% 0.73% -
XYZ 24.26 13.23 17.19 -
YUV 91.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 187 39 114 0 0.79 0.39 0.27 329.59 0.65 0.44
Hex BB 27 72 0 4F 27 1B 14A 41 2C
Octal 273 47 162 0 117 47 33 512 101 54
Binary 10111011 100111 1110010 0 1001111 100111 11011 101001010 1000001 101100

Color Harmonies of #BB2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2772

Black with #BB2772

Text Example


Text Example

White with #BB2772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2772; }

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

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

background-color css

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

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

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

border-color css

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

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

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