Html Css Color HEX #B53DA1 Medium Red Violet

📋 copy color: '#B53DA1'

red 181 ◦ green 61 ◦ blue 161

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

Shades of Medium Red Violet #B53DA1

Tints of Medium Red Violet #B53DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.14%

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 44.91%
G = 15.14%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B53DA1 (or 0xB53DA1) is known color: Medium Red Violet. HEX triplet: B5, 3D and A1. RGB value is (181,61,161). Sum of RGB (Red+Green+Blue) = 181+61+161=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DA1 is #4AC25E. Grayscale: #6C6C6C. Windows color (decimal): -4899423 or 10567093. OLE color: 10567093.

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

Color convert

RGB 181 61 161 -
CMYK 0 0.66 0.11 0.29
HSL 310º 0.5% 0.47% -
HSV(B) 310º 0.66% 0.71% -
XYZ 27.16 15.73 35.32 -
YUV 108.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 181 61 161 0 0.66 0.11 0.29 310 0.5 0.47
Hex B5 3D A1 0 42 B 1D 136 32 2F
Octal 265 75 241 0 102 13 35 466 62 57
Binary 10110101 111101 10100001 0 1000010 1011 11101 100110110 110010 101111

Color Harmonies of #B53DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DA1

Black with #B53DA1

Text Example


Text Example

White with #B53DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DA1; }

 p { color: rgb(181,61,161); }

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

background-color css

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

 a { background-color: rgb(181,61,161); }

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

border-color css

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

 span { border-color: rgb(181,61,161); }

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