Html Css Color HEX #B72880 Medium Red Violet

📋 copy color: '#B72880'

red 183 ◦ green 40 ◦ blue 128

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

Shades of Medium Red Violet #B72880

Tints of Medium Red Violet #B72880

RGB

 RED value IS 183 (71.88% from 255) = 52.14%

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

 BLUE value IS 128 (50.39% from 255) = 36.47%

R = 52.14%
G = 11.4%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B72880 (or 0xB72880) is known color: Medium Red Violet. HEX triplet: B7, 28 and 80. RGB value is (183,40,128). Sum of RGB (Red+Green+Blue) = 183+40+128=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B72880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72880 is #48D77F. Grayscale: #5C5C5C. Windows color (decimal): -4773760 or 8399031. OLE color: 8399031.

HSL color Cylindrical-coordinate representation of color #B72880: hue angle of 323.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72880 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 128 -
CMYK 0 0.78 0.30 0.28
HSL 323.08º 0.64% 0.44% -
HSV(B) 323.08º 0.78% 0.72% -
XYZ 24.18 13.14 21.68 -
YUV 92.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 183 40 128 0 0.78 0.30 0.28 323.08 0.64 0.44
Hex B7 28 80 0 4E 1E 1C 143 40 2C
Octal 267 50 200 0 116 36 34 503 100 54
Binary 10110111 101000 10000000 0 1001110 11110 11100 101000011 1000000 101100

Color Harmonies of #B72880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72880

Black with #B72880

Text Example


Text Example

White with #B72880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72880; }

 p { color: rgb(183,40,128); }

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

background-color css

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

 a { background-color: rgb(183,40,128); }

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

border-color css

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

 span { border-color: rgb(183,40,128); }

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