Html Css Color HEX #B73174 Medium Red Violet

📋 copy color: '#B73174'

red 183 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #B73174

Tints of Medium Red Violet #B73174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 52.59%
G = 14.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B73174 (or 0xB73174) is known color: Medium Red Violet. HEX triplet: B7, 31 and 74. RGB value is (183,49,116). Sum of RGB (Red+Green+Blue) = 183+49+116=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B73174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73174 is #48CE8B. Grayscale: #606060. Windows color (decimal): -4771468 or 7614903. OLE color: 7614903.

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

Color convert

RGB 183 49 116 -
CMYK 0 0.73 0.37 0.28
HSL 330º 0.58% 0.45% -
HSV(B) 330º 0.73% 0.72% -
XYZ 23.78 13.52 17.88 -
YUV 96.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 183 49 116 0 0.73 0.37 0.28 330 0.58 0.45
Hex B7 31 74 0 49 25 1C 14A 3A 2D
Octal 267 61 164 0 111 45 34 512 72 55
Binary 10110111 110001 1110100 0 1001001 100101 11100 101001010 111010 101101

Color Harmonies of #B73174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73174

Black with #B73174

Text Example


Text Example

White with #B73174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73174; }

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

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

background-color css

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

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

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

border-color css

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

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

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