Html Css Color HEX #B53FA3 Medium Red Violet

📋 copy color: '#B53FA3'

red 181 ◦ green 63 ◦ blue 163

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

Shades of Medium Red Violet #B53FA3

Tints of Medium Red Violet #B53FA3

RGB

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

 GREEN value IS 63 (25% from 255) = 15.48%

 BLUE value IS 163 (64.06% from 255) = 40.05%

R = 44.47%
G = 15.48%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B53FA3 (or 0xB53FA3) is known color: Medium Red Violet. HEX triplet: B5, 3F and A3. RGB value is (181,63,163). Sum of RGB (Red+Green+Blue) = 181+63+163=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B53FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53FA3 is #4AC05C. Grayscale: #6D6D6D. Windows color (decimal): -4898909 or 10698677. OLE color: 10698677.

HSL color Cylindrical-coordinate representation of color #B53FA3: hue angle of 309.15º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53FA3 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 63 163 -
CMYK 0 0.65 0.10 0.29
HSL 309.15º 0.48% 0.48% -
HSV(B) 309.15º 0.65% 0.71% -
XYZ 27.44 16.02 36.3 -
YUV 109.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 181 63 163 0 0.65 0.10 0.29 309.15 0.48 0.48
Hex B5 3F A3 0 41 A 1D 135 30 30
Octal 265 77 243 0 101 12 35 465 60 60
Binary 10110101 111111 10100011 0 1000001 1010 11101 100110101 110000 110000

Color Harmonies of #B53FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FA3

Black with #B53FA3

Text Example


Text Example

White with #B53FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FA3; }

 p { color: rgb(181,63,163); }

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

background-color css

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

 a { background-color: rgb(181,63,163); }

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

border-color css

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

 span { border-color: rgb(181,63,163); }

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