Html Css Color HEX #B72275 Medium Red Violet

📋 copy color: '#B72275'

red 183 ◦ green 34 ◦ blue 117

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

Shades of Medium Red Violet #B72275

Tints of Medium Red Violet #B72275

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 54.79%
G = 10.18%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B72275 (or 0xB72275) is known color: Medium Red Violet. HEX triplet: B7, 22 and 75. RGB value is (183,34,117). Sum of RGB (Red+Green+Blue) = 183+34+117=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B72275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72275 is #48DD8A. Grayscale: #575757. Windows color (decimal): -4775307 or 7676599. OLE color: 7676599.

HSL color Cylindrical-coordinate representation of color #B72275: hue angle of 326.58º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72275 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 117 -
CMYK 0 0.81 0.36 0.28
HSL 326.58º 0.69% 0.43% -
HSV(B) 326.58º 0.81% 0.72% -
XYZ 23.31 12.5 18.01 -
YUV 88.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 183 34 117 0 0.81 0.36 0.28 326.58 0.69 0.43
Hex B7 22 75 0 51 24 1C 147 45 2B
Octal 267 42 165 0 121 44 34 507 105 53
Binary 10110111 100010 1110101 0 1010001 100100 11100 101000111 1000101 101011

Color Harmonies of #B72275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72275

Black with #B72275

Text Example


Text Example

White with #B72275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72275; }

 p { color: rgb(183,34,117); }

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

background-color css

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

 a { background-color: rgb(183,34,117); }

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

border-color css

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

 span { border-color: rgb(183,34,117); }

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