Html Css Color HEX #B72A6C Medium Red Violet

📋 copy color: '#B72A6C'

red 183 ◦ green 42 ◦ blue 108

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

Shades of Medium Red Violet #B72A6C

Tints of Medium Red Violet #B72A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.61%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 54.95%
G = 12.61%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B72A6C (or 0xB72A6C) is known color: Medium Red Violet. HEX triplet: B7, 2A and 6C. RGB value is (183,42,108). Sum of RGB (Red+Green+Blue) = 183+42+108=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A6C is #48D593. Grayscale: #5B5B5B. Windows color (decimal): -4773268 or 7088823. OLE color: 7088823.

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

Color convert

RGB 183 42 108 -
CMYK 0 0.77 0.41 0.28
HSL 331.91º 0.63% 0.44% -
HSV(B) 331.91º 0.77% 0.72% -
XYZ 23.06 12.81 15.44 -
YUV 91.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 183 42 108 0 0.77 0.41 0.28 331.91 0.63 0.44
Hex B7 2A 6C 0 4D 29 1C 14C 3F 2C
Octal 267 52 154 0 115 51 34 514 77 54
Binary 10110111 101010 1101100 0 1001101 101001 11100 101001100 111111 101100

Color Harmonies of #B72A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A6C

Black with #B72A6C

Text Example


Text Example

White with #B72A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A6C; }

 p { color: rgb(183,42,108); }

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

background-color css

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

 a { background-color: rgb(183,42,108); }

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

border-color css

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

 span { border-color: rgb(183,42,108); }

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