Html Css Color HEX #B53498 Medium Red Violet

📋 copy color: '#B53498'

red 181 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #B53498

Tints of Medium Red Violet #B53498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

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

R = 47.01%
G = 13.51%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B53498 (or 0xB53498) is known color: Medium Red Violet. HEX triplet: B5, 34 and 98. RGB value is (181,52,152). Sum of RGB (Red+Green+Blue) = 181+52+152=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B53498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53498 is #4ACB67. Grayscale: #656565. Windows color (decimal): -4901736 or 9974965. OLE color: 9974965.

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

Color convert

RGB 181 52 152 -
CMYK 0 0.71 0.16 0.29
HSL 313.49º 0.55% 0.46% -
HSV(B) 313.49º 0.71% 0.71% -
XYZ 25.95 14.55 31.15 -
YUV 101.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 181 52 152 0 0.71 0.16 0.29 313.49 0.55 0.46
Hex B5 34 98 0 47 10 1D 139 37 2E
Octal 265 64 230 0 107 20 35 471 67 56
Binary 10110101 110100 10011000 0 1000111 10000 11101 100111001 110111 101110

Color Harmonies of #B53498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53498

Black with #B53498

Text Example


Text Example

White with #B53498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53498; }

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

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

background-color css

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

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

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

border-color css

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

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

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