Html Css Color HEX #B53A9E Medium Red Violet

📋 copy color: '#B53A9E'

red 181 ◦ green 58 ◦ blue 158

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

Shades of Medium Red Violet #B53A9E

Tints of Medium Red Violet #B53A9E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

 BLUE value IS 158 (62.11% from 255) = 39.8%

R = 45.59%
G = 14.61%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B53A9E (or 0xB53A9E) is known color: Medium Red Violet. HEX triplet: B5, 3A and 9E. RGB value is (181,58,158). Sum of RGB (Red+Green+Blue) = 181+58+158=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A9E is #4AC561. Grayscale: #696969. Windows color (decimal): -4900194 or 10369717. OLE color: 10369717.

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

Color convert

RGB 181 58 158 -
CMYK 0 0.68 0.13 0.29
HSL 311.22º 0.51% 0.47% -
HSV(B) 311.22º 0.68% 0.71% -
XYZ 26.74 15.32 33.9 -
YUV 106.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 181 58 158 0 0.68 0.13 0.29 311.22 0.51 0.47
Hex B5 3A 9E 0 44 D 1D 137 33 2F
Octal 265 72 236 0 104 15 35 467 63 57
Binary 10110101 111010 10011110 0 1000100 1101 11101 100110111 110011 101111

Color Harmonies of #B53A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A9E

Black with #B53A9E

Text Example


Text Example

White with #B53A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A9E; }

 p { color: rgb(181,58,158); }

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

background-color css

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

 a { background-color: rgb(181,58,158); }

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

border-color css

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

 span { border-color: rgb(181,58,158); }

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