Html Css Color HEX #B50398 Medium Violet Red

📋 copy color: '#B50398'

red 181 ◦ green 3 ◦ blue 152

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

Shades of Medium Violet Red #B50398

Tints of Medium Violet Red #B50398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 53.87%
G = 0.89%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B50398 (or 0xB50398) is known color: Medium Violet Red. HEX triplet: B5, 03 and 98. RGB value is (181,3,152). Sum of RGB (Red+Green+Blue) = 181+3+152=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B50398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50398 is #4AFC67. Grayscale: #484848. Windows color (decimal): -4914280 or 9962421. OLE color: 9962421.

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

Color convert

RGB 181 3 152 -
CMYK 0 0.98 0.16 0.29
HSL 309.78º 0.97% 0.36% -
HSV(B) 309.78º 0.98% 0.71% -
XYZ 24.76 12.16 30.75 -
YUV 73.21 172.47 204.88 -
System Red Green Blue C M Y K H S L
Decimal 181 3 152 0 0.98 0.16 0.29 309.78 0.97 0.36
Hex B5 3 98 0 62 10 1D 136 61 24
Octal 265 3 230 0 142 20 35 466 141 44
Binary 10110101 11 10011000 0 1100010 10000 11101 100110110 1100001 100100

Color Harmonies of #B50398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50398

Black with #B50398

Text Example


Text Example

White with #B50398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50398; }

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

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

background-color css

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

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

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

border-color css

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

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

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