Html Css Color HEX #B53998 Medium Red Violet

📋 copy color: '#B53998'

red 181 ◦ green 57 ◦ blue 152

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

Shades of Medium Red Violet #B53998

Tints of Medium Red Violet #B53998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.62%

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

R = 46.41%
G = 14.62%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B53998 (or 0xB53998) is known color: Medium Red Violet. HEX triplet: B5, 39 and 98. RGB value is (181,57,152). Sum of RGB (Red+Green+Blue) = 181+57+152=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B53998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53998 is #4AC667. Grayscale: #686868. Windows color (decimal): -4900456 or 9976245. OLE color: 9976245.

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

Color convert

RGB 181 57 152 -
CMYK 0 0.69 0.16 0.29
HSL 314.03º 0.52% 0.47% -
HSV(B) 314.03º 0.69% 0.71% -
XYZ 26.19 15.02 31.22 -
YUV 104.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 181 57 152 0 0.69 0.16 0.29 314.03 0.52 0.47
Hex B5 39 98 0 45 10 1D 13A 34 2F
Octal 265 71 230 0 105 20 35 472 64 57
Binary 10110101 111001 10011000 0 1000101 10000 11101 100111010 110100 101111

Color Harmonies of #B53998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53998

Black with #B53998

Text Example


Text Example

White with #B53998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53998; }

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

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

background-color css

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

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

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

border-color css

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

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

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