Html Css Color HEX #B51774 Medium Violet Red

📋 copy color: '#B51774'

red 181 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #B51774

Tints of Medium Violet Red #B51774

RGB

 RED value IS 181 (71.09% from 255) = 56.56%

 GREEN value IS 23 (9.38% from 255) = 7.19%

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

R = 56.56%
G = 7.19%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B51774 (or 0xB51774) is known color: Medium Violet Red. HEX triplet: B5, 17 and 74. RGB value is (181,23,116). Sum of RGB (Red+Green+Blue) = 181+23+116=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B51774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51774 is #4AE88B. Grayscale: #505050. Windows color (decimal): -4909196 or 7608245. OLE color: 7608245.

HSL color Cylindrical-coordinate representation of color #B51774: hue angle of 324.68º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51774 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 116 -
CMYK 0 0.87 0.36 0.29
HSL 324.68º 0.77% 0.4% -
HSV(B) 324.68º 0.87% 0.71% -
XYZ 22.51 11.7 17.59 -
YUV 80.84 147.85 199.44 -
System Red Green Blue C M Y K H S L
Decimal 181 23 116 0 0.87 0.36 0.29 324.68 0.77 0.4
Hex B5 17 74 0 57 24 1D 145 4D 28
Octal 265 27 164 0 127 44 35 505 115 50
Binary 10110101 10111 1110100 0 1010111 100100 11101 101000101 1001101 101000

Color Harmonies of #B51774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51774

Black with #B51774

Text Example


Text Example

White with #B51774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51774; }

 p { color: rgb(181,23,116); }

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

background-color css

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

 a { background-color: rgb(181,23,116); }

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

border-color css

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

 span { border-color: rgb(181,23,116); }

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