Html Css Color HEX #B50794 Medium Violet Red

📋 copy color: '#B50794'

red 181 ◦ green 7 ◦ blue 148

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

Shades of Medium Violet Red #B50794

Tints of Medium Violet Red #B50794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 53.87%
G = 2.08%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B50794 (or 0xB50794) is known color: Medium Violet Red. HEX triplet: B5, 07 and 94. RGB value is (181,7,148). Sum of RGB (Red+Green+Blue) = 181+7+148=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B50794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50794 is #4AF86B. Grayscale: #4A4A4A. Windows color (decimal): -4913260 or 9701301. OLE color: 9701301.

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

Color convert

RGB 181 7 148 -
CMYK 0 0.96 0.18 0.29
HSL 311.38º 0.93% 0.37% -
HSV(B) 311.38º 0.96% 0.71% -
XYZ 24.48 12.11 29.07 -
YUV 75.1 169.15 203.54 -
System Red Green Blue C M Y K H S L
Decimal 181 7 148 0 0.96 0.18 0.29 311.38 0.93 0.37
Hex B5 7 94 0 60 12 1D 137 5D 25
Octal 265 7 224 0 140 22 35 467 135 45
Binary 10110101 111 10010100 0 1100000 10010 11101 100110111 1011101 100101

Color Harmonies of #B50794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50794

Black with #B50794

Text Example


Text Example

White with #B50794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50794; }

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

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

background-color css

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

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

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

border-color css

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

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

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