Html Css Color HEX #B73271 Medium Red Violet

📋 copy color: '#B73271'

red 183 ◦ green 50 ◦ blue 113

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

Shades of Medium Red Violet #B73271

Tints of Medium Red Violet #B73271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

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

R = 52.89%
G = 14.45%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B73271 (or 0xB73271) is known color: Medium Red Violet. HEX triplet: B7, 32 and 71. RGB value is (183,50,113). Sum of RGB (Red+Green+Blue) = 183+50+113=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B73271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73271 is #48CD8E. Grayscale: #606060. Windows color (decimal): -4771215 or 7418551. OLE color: 7418551.

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

Color convert

RGB 183 50 113 -
CMYK 0 0.73 0.38 0.28
HSL 331.58º 0.57% 0.46% -
HSV(B) 331.58º 0.73% 0.72% -
XYZ 23.65 13.54 16.99 -
YUV 96.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 183 50 113 0 0.73 0.38 0.28 331.58 0.57 0.46
Hex B7 32 71 0 49 26 1C 14C 39 2E
Octal 267 62 161 0 111 46 34 514 71 56
Binary 10110111 110010 1110001 0 1001001 100110 11100 101001100 111001 101110

Color Harmonies of #B73271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73271

Black with #B73271

Text Example


Text Example

White with #B73271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73271; }

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

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

background-color css

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

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

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

border-color css

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

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

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