Html Css Color HEX #B72470 Medium Red Violet

📋 copy color: '#B72470'

red 183 ◦ green 36 ◦ blue 112

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

Shades of Medium Red Violet #B72470

Tints of Medium Red Violet #B72470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 112 (44.14% from 255) = 33.84%

R = 55.29%
G = 10.88%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B72470 (or 0xB72470) is known color: Medium Red Violet. HEX triplet: B7, 24 and 70. RGB value is (183,36,112). Sum of RGB (Red+Green+Blue) = 183+36+112=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B72470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72470 is #48DB8F. Grayscale: #585858. Windows color (decimal): -4774800 or 7349431. OLE color: 7349431.

HSL color Cylindrical-coordinate representation of color #B72470: hue angle of 328.98º degrees, saturation: 0.67, 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 #B72470 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 112 -
CMYK 0 0.80 0.39 0.28
HSL 328.98º 0.67% 0.43% -
HSV(B) 328.98º 0.8% 0.72% -
XYZ 23.08 12.5 16.53 -
YUV 88.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 183 36 112 0 0.80 0.39 0.28 328.98 0.67 0.43
Hex B7 24 70 0 50 27 1C 149 43 2B
Octal 267 44 160 0 120 47 34 511 103 53
Binary 10110111 100100 1110000 0 1010000 100111 11100 101001001 1000011 101011

Color Harmonies of #B72470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72470

Black with #B72470

Text Example


Text Example

White with #B72470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72470; }

 p { color: rgb(183,36,112); }

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

background-color css

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

 a { background-color: rgb(183,36,112); }

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

border-color css

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

 span { border-color: rgb(183,36,112); }

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