Html Css Color HEX #B51174 Medium Violet Red

📋 copy color: '#B51174'

red 181 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #B51174

Tints of Medium Violet Red #B51174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

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

R = 57.64%
G = 5.41%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B51174 (or 0xB51174) is known color: Medium Violet Red. HEX triplet: B5, 11 and 74. RGB value is (181,17,116). Sum of RGB (Red+Green+Blue) = 181+17+116=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B51174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51174 is #4AEE8B. Grayscale: #4D4D4D. Windows color (decimal): -4910732 or 7606709. OLE color: 7606709.

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

Color convert

RGB 181 17 116 -
CMYK 0 0.91 0.36 0.29
HSL 323.78º 0.83% 0.39% -
HSV(B) 323.78º 0.91% 0.71% -
XYZ 22.41 11.49 17.56 -
YUV 77.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 181 17 116 0 0.91 0.36 0.29 323.78 0.83 0.39
Hex B5 11 74 0 5B 24 1D 144 53 27
Octal 265 21 164 0 133 44 35 504 123 47
Binary 10110101 10001 1110100 0 1011011 100100 11101 101000100 1010011 100111

Color Harmonies of #B51174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51174

Black with #B51174

Text Example


Text Example

White with #B51174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51174; }

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

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

background-color css

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

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

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

border-color css

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

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

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