Html Css Color HEX #B51993 Medium Violet Red

📋 copy color: '#B51993'

red 181 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #B51993

Tints of Medium Violet Red #B51993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.08%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 51.27%
G = 7.08%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B51993 (or 0xB51993) is known color: Medium Violet Red. HEX triplet: B5, 19 and 93. RGB value is (181,25,147). Sum of RGB (Red+Green+Blue) = 181+25+147=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B51993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B51993 is #4AE66C. Grayscale: #555555. Windows color (decimal): -4908653 or 9640373. OLE color: 9640373.

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

Color convert

RGB 181 25 147 -
CMYK 0 0.86 0.19 0.29
HSL 313.08º 0.76% 0.4% -
HSV(B) 313.08º 0.86% 0.71% -
XYZ 24.67 12.63 28.74 -
YUV 85.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 181 25 147 0 0.86 0.19 0.29 313.08 0.76 0.4
Hex B5 19 93 0 56 13 1D 139 4C 28
Octal 265 31 223 0 126 23 35 471 114 50
Binary 10110101 11001 10010011 0 1010110 10011 11101 100111001 1001100 101000

Color Harmonies of #B51993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51993

Black with #B51993

Text Example


Text Example

White with #B51993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51993; }

 p { color: rgb(181,25,147); }

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

background-color css

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

 a { background-color: rgb(181,25,147); }

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

border-color css

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

 span { border-color: rgb(181,25,147); }

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