Html Css Color HEX #B53DA2 Medium Red Violet

📋 copy color: '#B53DA2'

red 181 ◦ green 61 ◦ blue 162

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

Shades of Medium Red Violet #B53DA2

Tints of Medium Red Violet #B53DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 44.8%
G = 15.1%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B53DA2 (or 0xB53DA2) is known color: Medium Red Violet. HEX triplet: B5, 3D and A2. RGB value is (181,61,162). Sum of RGB (Red+Green+Blue) = 181+61+162=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B53DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53DA2 is #4AC25D. Grayscale: #6C6C6C. Windows color (decimal): -4899422 or 10632629. OLE color: 10632629.

HSL color Cylindrical-coordinate representation of color #B53DA2: hue angle of 309.5º 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 #B53DA2 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 61 162 -
CMYK 0 0.66 0.10 0.29
HSL 309.5º 0.5% 0.47% -
HSV(B) 309.5º 0.66% 0.71% -
XYZ 27.25 15.77 35.79 -
YUV 108.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 181 61 162 0 0.66 0.10 0.29 309.5 0.5 0.47
Hex B5 3D A2 0 42 A 1D 136 32 2F
Octal 265 75 242 0 102 12 35 466 62 57
Binary 10110101 111101 10100010 0 1000010 1010 11101 100110110 110010 101111

Color Harmonies of #B53DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DA2

Black with #B53DA2

Text Example


Text Example

White with #B53DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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