Html Css Color HEX #B72A6D Medium Red Violet

📋 copy color: '#B72A6D'

red 183 ◦ green 42 ◦ blue 109

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

Shades of Medium Red Violet #B72A6D

Tints of Medium Red Violet #B72A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 54.79%
G = 12.57%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B72A6D (or 0xB72A6D) is known color: Medium Red Violet. HEX triplet: B7, 2A and 6D. RGB value is (183,42,109). Sum of RGB (Red+Green+Blue) = 183+42+109=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A6D is #48D592. Grayscale: #5B5B5B. Windows color (decimal): -4773267 or 7154359. OLE color: 7154359.

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

Color convert

RGB 183 42 109 -
CMYK 0 0.77 0.40 0.28
HSL 331.49º 0.63% 0.44% -
HSV(B) 331.49º 0.77% 0.72% -
XYZ 23.12 12.83 15.73 -
YUV 91.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 183 42 109 0 0.77 0.40 0.28 331.49 0.63 0.44
Hex B7 2A 6D 0 4D 28 1C 14B 3F 2C
Octal 267 52 155 0 115 50 34 513 77 54
Binary 10110111 101010 1101101 0 1001101 101000 11100 101001011 111111 101100

Color Harmonies of #B72A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A6D

Black with #B72A6D

Text Example


Text Example

White with #B72A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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