Html Css Color HEX #B73495 Medium Red Violet

📋 copy color: '#B73495'

red 183 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #B73495

Tints of Medium Red Violet #B73495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 47.66%
G = 13.54%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B73495 (or 0xB73495) is known color: Medium Red Violet. HEX triplet: B7, 34 and 95. RGB value is (183,52,149). Sum of RGB (Red+Green+Blue) = 183+52+149=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B73495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73495 is #48CB6A. Grayscale: #656565. Windows color (decimal): -4770667 or 9778359. OLE color: 9778359.

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

Color convert

RGB 183 52 149 -
CMYK 0 0.72 0.19 0.28
HSL 315.57º 0.56% 0.46% -
HSV(B) 315.57º 0.72% 0.72% -
XYZ 26.18 14.69 29.89 -
YUV 102.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 183 52 149 0 0.72 0.19 0.28 315.57 0.56 0.46
Hex B7 34 95 0 48 13 1C 13C 38 2E
Octal 267 64 225 0 110 23 34 474 70 56
Binary 10110111 110100 10010101 0 1001000 10011 11100 100111100 111000 101110

Color Harmonies of #B73495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73495

Black with #B73495

Text Example


Text Example

White with #B73495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73495; }

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

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

background-color css

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

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

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

border-color css

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

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

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