Html Css Color HEX #B50594 Medium Violet Red

📋 copy color: '#B50594'

red 181 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #B50594

Tints of Medium Violet Red #B50594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.5%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 54.19%
G = 1.5%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50594 (or 0xB50594) is known color: Medium Violet Red. HEX triplet: B5, 05 and 94. RGB value is (181,5,148). Sum of RGB (Red+Green+Blue) = 181+5+148=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B50594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50594 is #4AFA6B. Grayscale: #494949. Windows color (decimal): -4913772 or 9700789. OLE color: 9700789.

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

Color convert

RGB 181 5 148 -
CMYK 0 0.97 0.18 0.29
HSL 311.25º 0.95% 0.36% -
HSV(B) 311.25º 0.97% 0.71% -
XYZ 24.46 12.07 29.06 -
YUV 73.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 181 5 148 0 0.97 0.18 0.29 311.25 0.95 0.36
Hex B5 5 94 0 61 12 1D 137 5F 24
Octal 265 5 224 0 141 22 35 467 137 44
Binary 10110101 101 10010100 0 1100001 10010 11101 100110111 1011111 100100

Color Harmonies of #B50594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50594

Black with #B50594

Text Example


Text Example

White with #B50594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50594; }

 p { color: rgb(181,5,148); }

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

background-color css

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

 a { background-color: rgb(181,5,148); }

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

border-color css

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

 span { border-color: rgb(181,5,148); }

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