Html Css Color HEX #B72575 Medium Red Violet

📋 copy color: '#B72575'

red 183 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #B72575

Tints of Medium Red Violet #B72575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 54.3%
G = 10.98%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B72575 (or 0xB72575) is known color: Medium Red Violet. HEX triplet: B7, 25 and 75. RGB value is (183,37,117). Sum of RGB (Red+Green+Blue) = 183+37+117=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B72575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72575 is #48DA8A. Grayscale: #595959. Windows color (decimal): -4774539 or 7677367. OLE color: 7677367.

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

Color convert

RGB 183 37 117 -
CMYK 0 0.80 0.36 0.28
HSL 327.12º 0.66% 0.43% -
HSV(B) 327.12º 0.8% 0.72% -
XYZ 23.4 12.67 18.04 -
YUV 89.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 183 37 117 0 0.80 0.36 0.28 327.12 0.66 0.43
Hex B7 25 75 0 50 24 1C 147 42 2B
Octal 267 45 165 0 120 44 34 507 102 53
Binary 10110111 100101 1110101 0 1010000 100100 11100 101000111 1000010 101011

Color Harmonies of #B72575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72575

Black with #B72575

Text Example


Text Example

White with #B72575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72575; }

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

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

background-color css

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

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

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

border-color css

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

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

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