Html Css Color HEX #B73472 Medium Red Violet

📋 copy color: '#B73472'

red 183 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #B73472

Tints of Medium Red Violet #B73472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 52.44%
G = 14.9%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B73472 (or 0xB73472) is known color: Medium Red Violet. HEX triplet: B7, 34 and 72. RGB value is (183,52,114). Sum of RGB (Red+Green+Blue) = 183+52+114=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B73472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73472 is #48CB8D. Grayscale: #626262. Windows color (decimal): -4770702 or 7484599. OLE color: 7484599.

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

Color convert

RGB 183 52 114 -
CMYK 0 0.72 0.38 0.28
HSL 331.6º 0.56% 0.46% -
HSV(B) 331.6º 0.72% 0.72% -
XYZ 23.79 13.74 17.32 -
YUV 98.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 183 52 114 0 0.72 0.38 0.28 331.6 0.56 0.46
Hex B7 34 72 0 48 26 1C 14C 38 2E
Octal 267 64 162 0 110 46 34 514 70 56
Binary 10110111 110100 1110010 0 1001000 100110 11100 101001100 111000 101110

Color Harmonies of #B73472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73472

Black with #B73472

Text Example


Text Example

White with #B73472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73472; }

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

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

background-color css

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

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

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

border-color css

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

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

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