Html Css Color HEX #B73572 Medium Red Violet

📋 copy color: '#B73572'

red 183 ◦ green 53 ◦ blue 114

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

Shades of Medium Red Violet #B73572

Tints of Medium Red Violet #B73572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 52.29%
G = 15.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B73572 (or 0xB73572) is known color: Medium Red Violet. HEX triplet: B7, 35 and 72. RGB value is (183,53,114). Sum of RGB (Red+Green+Blue) = 183+53+114=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B73572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73572 is #48CA8D. Grayscale: #626262. Windows color (decimal): -4770446 or 7484855. OLE color: 7484855.

HSL color Cylindrical-coordinate representation of color #B73572: hue angle of 331.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73572 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 53 114 -
CMYK 0 0.71 0.38 0.28
HSL 331.85º 0.55% 0.46% -
HSV(B) 331.85º 0.71% 0.72% -
XYZ 23.84 13.83 17.33 -
YUV 98.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 183 53 114 0 0.71 0.38 0.28 331.85 0.55 0.46
Hex B7 35 72 0 47 26 1C 14C 37 2E
Octal 267 65 162 0 107 46 34 514 67 56
Binary 10110111 110101 1110010 0 1000111 100110 11100 101001100 110111 101110

Color Harmonies of #B73572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73572

Black with #B73572

Text Example


Text Example

White with #B73572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73572; }

 p { color: rgb(183,53,114); }

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

background-color css

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

 a { background-color: rgb(183,53,114); }

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

border-color css

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

 span { border-color: rgb(183,53,114); }

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