Html Css Color HEX #B73471 Medium Red Violet

📋 copy color: '#B73471'

red 183 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #B73471

Tints of Medium Red Violet #B73471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.47%

R = 52.59%
G = 14.94%
B = 32.47%

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

#B73471 (or 0xB73471) is known color: Medium Red Violet. HEX triplet: B7, 34 and 71. RGB value is (183,52,113). Sum of RGB (Red+Green+Blue) = 183+52+113=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B73471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73471 is #48CB8E. Grayscale: #626262. Windows color (decimal): -4770703 or 7419063. OLE color: 7419063.

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

Color convert

RGB 183 52 113 -
CMYK 0 0.72 0.38 0.28
HSL 332.06º 0.56% 0.46% -
HSV(B) 332.06º 0.72% 0.72% -
XYZ 23.74 13.72 17.02 -
YUV 98.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 183 52 113 0 0.72 0.38 0.28 332.06 0.56 0.46
Hex B7 34 71 0 48 26 1C 14C 38 2E
Octal 267 64 161 0 110 46 34 514 70 56
Binary 10110111 110100 1110001 0 1001000 100110 11100 101001100 111000 101110

Color Harmonies of #B73471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73471

Black with #B73471

Text Example


Text Example

White with #B73471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73471; }

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

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

background-color css

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

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

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

border-color css

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

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

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