Html Css Color HEX #B53A8D Medium Red Violet

📋 copy color: '#B53A8D'

red 181 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #B53A8D

Tints of Medium Red Violet #B53A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.11%

R = 47.63%
G = 15.26%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B53A8D (or 0xB53A8D) is known color: Medium Red Violet. HEX triplet: B5, 3A and 8D. RGB value is (181,58,141). Sum of RGB (Red+Green+Blue) = 181+58+141=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A8D is #4AC572. Grayscale: #686868. Windows color (decimal): -4900211 or 9255605. OLE color: 9255605.

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

Color convert

RGB 181 58 141 -
CMYK 0 0.68 0.22 0.29
HSL 319.51º 0.51% 0.47% -
HSV(B) 319.51º 0.68% 0.71% -
XYZ 25.38 14.77 26.71 -
YUV 104.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 181 58 141 0 0.68 0.22 0.29 319.51 0.51 0.47
Hex B5 3A 8D 0 44 16 1D 140 33 2F
Octal 265 72 215 0 104 26 35 500 63 57
Binary 10110101 111010 10001101 0 1000100 10110 11101 101000000 110011 101111

Color Harmonies of #B53A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A8D

Black with #B53A8D

Text Example


Text Example

White with #B53A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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