Html Css Color HEX #B50798 Medium Violet Red

📋 copy color: '#B50798'

red 181 ◦ green 7 ◦ blue 152

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

Shades of Medium Violet Red #B50798

Tints of Medium Violet Red #B50798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 53.24%
G = 2.06%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B50798 (or 0xB50798) is known color: Medium Violet Red. HEX triplet: B5, 07 and 98. RGB value is (181,7,152). Sum of RGB (Red+Green+Blue) = 181+7+152=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B50798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50798 is #4AF867. Grayscale: #4B4B4B. Windows color (decimal): -4913256 or 9963445. OLE color: 9963445.

HSL color Cylindrical-coordinate representation of color #B50798: hue angle of 310º 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 #B50798 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 152 -
CMYK 0 0.96 0.16 0.29
HSL 310º 0.93% 0.37% -
HSV(B) 310º 0.96% 0.71% -
XYZ 24.8 12.24 30.76 -
YUV 75.56 171.15 203.21 -
System Red Green Blue C M Y K H S L
Decimal 181 7 152 0 0.96 0.16 0.29 310 0.93 0.37
Hex B5 7 98 0 60 10 1D 136 5D 25
Octal 265 7 230 0 140 20 35 466 135 45
Binary 10110101 111 10011000 0 1100000 10000 11101 100110110 1011101 100101

Color Harmonies of #B50798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50798

Black with #B50798

Text Example


Text Example

White with #B50798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50798; }

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

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

background-color css

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

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

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

border-color css

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

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

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