Html Css Color HEX #B53699 Medium Red Violet

📋 copy color: '#B53699'

red 181 ◦ green 54 ◦ blue 153

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

Shades of Medium Red Violet #B53699

Tints of Medium Red Violet #B53699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.92%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 46.65%
G = 13.92%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B53699 (or 0xB53699) is known color: Medium Red Violet. HEX triplet: B5, 36 and 99. RGB value is (181,54,153). Sum of RGB (Red+Green+Blue) = 181+54+153=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B53699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53699 is #4AC966. Grayscale: #666666. Windows color (decimal): -4901223 or 10041013. OLE color: 10041013.

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

Color convert

RGB 181 54 153 -
CMYK 0 0.70 0.15 0.29
HSL 313.23º 0.54% 0.46% -
HSV(B) 313.23º 0.7% 0.71% -
XYZ 26.12 14.76 31.61 -
YUV 103.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 181 54 153 0 0.70 0.15 0.29 313.23 0.54 0.46
Hex B5 36 99 0 46 F 1D 139 36 2E
Octal 265 66 231 0 106 17 35 471 66 56
Binary 10110101 110110 10011001 0 1000110 1111 11101 100111001 110110 101110

Color Harmonies of #B53699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53699

Black with #B53699

Text Example


Text Example

White with #B53699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53699; }

 p { color: rgb(181,54,153); }

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

background-color css

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

 a { background-color: rgb(181,54,153); }

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

border-color css

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

 span { border-color: rgb(181,54,153); }

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