Html Css Color HEX #B53A8A Medium Red Violet

📋 copy color: '#B53A8A'

red 181 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B53A8A

Tints of Medium Red Violet #B53A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 48.01%
G = 15.38%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B53A8A (or 0xB53A8A) is known color: Medium Red Violet. HEX triplet: B5, 3A and 8A. RGB value is (181,58,138). Sum of RGB (Red+Green+Blue) = 181+58+138=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A8A is #4AC575. Grayscale: #676767. Windows color (decimal): -4900214 or 9058997. OLE color: 9058997.

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

Color convert

RGB 181 58 138 -
CMYK 0 0.68 0.24 0.29
HSL 320.98º 0.51% 0.47% -
HSV(B) 320.98º 0.68% 0.71% -
XYZ 25.16 14.68 25.55 -
YUV 103.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 181 58 138 0 0.68 0.24 0.29 320.98 0.51 0.47
Hex B5 3A 8A 0 44 18 1D 141 33 2F
Octal 265 72 212 0 104 30 35 501 63 57
Binary 10110101 111010 10001010 0 1000100 11000 11101 101000001 110011 101111

Color Harmonies of #B53A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A8A

Black with #B53A8A

Text Example


Text Example

White with #B53A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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