Html Css Color HEX #B73178 Medium Red Violet

📋 copy color: '#B73178'

red 183 ◦ green 49 ◦ blue 120

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

Shades of Medium Red Violet #B73178

Tints of Medium Red Violet #B73178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.92%

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 51.99%
G = 13.92%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B73178 (or 0xB73178) is known color: Medium Red Violet. HEX triplet: B7, 31 and 78. RGB value is (183,49,120). Sum of RGB (Red+Green+Blue) = 183+49+120=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B73178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73178 is #48CE87. Grayscale: #616161. Windows color (decimal): -4771464 or 7877047. OLE color: 7877047.

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

Color convert

RGB 183 49 120 -
CMYK 0 0.73 0.34 0.28
HSL 328.21º 0.58% 0.45% -
HSV(B) 328.21º 0.73% 0.72% -
XYZ 24.02 13.62 19.13 -
YUV 97.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 183 49 120 0 0.73 0.34 0.28 328.21 0.58 0.45
Hex B7 31 78 0 49 22 1C 148 3A 2D
Octal 267 61 170 0 111 42 34 510 72 55
Binary 10110111 110001 1111000 0 1001001 100010 11100 101001000 111010 101101

Color Harmonies of #B73178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73178

Black with #B73178

Text Example


Text Example

White with #B73178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73178; }

 p { color: rgb(183,49,120); }

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

background-color css

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

 a { background-color: rgb(183,49,120); }

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

border-color css

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

 span { border-color: rgb(183,49,120); }

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