Html Css Color HEX #B53CA1 Medium Red Violet

📋 copy color: '#B53CA1'

red 181 ◦ green 60 ◦ blue 161

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

Shades of Medium Red Violet #B53CA1

Tints of Medium Red Violet #B53CA1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

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

R = 45.02%
G = 14.93%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B53CA1 (or 0xB53CA1) is known color: Medium Red Violet. HEX triplet: B5, 3C and A1. RGB value is (181,60,161). Sum of RGB (Red+Green+Blue) = 181+60+161=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B53CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53CA1 is #4AC35E. Grayscale: #6B6B6B. Windows color (decimal): -4899679 or 10566837. OLE color: 10566837.

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

Color convert

RGB 181 60 161 -
CMYK 0 0.67 0.11 0.29
HSL 309.92º 0.5% 0.47% -
HSV(B) 309.92º 0.67% 0.71% -
XYZ 27.1 15.63 35.31 -
YUV 107.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 181 60 161 0 0.67 0.11 0.29 309.92 0.5 0.47
Hex B5 3C A1 0 43 B 1D 136 32 2F
Octal 265 74 241 0 103 13 35 466 62 57
Binary 10110101 111100 10100001 0 1000011 1011 11101 100110110 110010 101111

Color Harmonies of #B53CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53CA1

Black with #B53CA1

Text Example


Text Example

White with #B53CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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