Html Css Color HEX #B72273 Medium Red Violet

📋 copy color: '#B72273'

red 183 ◦ green 34 ◦ blue 115

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

Shades of Medium Red Violet #B72273

Tints of Medium Red Violet #B72273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 55.12%
G = 10.24%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B72273 (or 0xB72273) is known color: Medium Red Violet. HEX triplet: B7, 22 and 73. RGB value is (183,34,115). Sum of RGB (Red+Green+Blue) = 183+34+115=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B72273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72273 is #48DD8C. Grayscale: #575757. Windows color (decimal): -4775309 or 7545527. OLE color: 7545527.

HSL color Cylindrical-coordinate representation of color #B72273: hue angle of 327.38º 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 #B72273 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 115 -
CMYK 0 0.81 0.37 0.28
HSL 327.38º 0.69% 0.43% -
HSV(B) 327.38º 0.81% 0.72% -
XYZ 23.19 12.45 17.4 -
YUV 87.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 183 34 115 0 0.81 0.37 0.28 327.38 0.69 0.43
Hex B7 22 73 0 51 25 1C 147 45 2B
Octal 267 42 163 0 121 45 34 507 105 53
Binary 10110111 100010 1110011 0 1010001 100101 11100 101000111 1000101 101011

Color Harmonies of #B72273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72273

Black with #B72273

Text Example


Text Example

White with #B72273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72273; }

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

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

background-color css

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

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

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

border-color css

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

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

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