Html Css Color HEX #B53A8F Medium Red Violet

📋 copy color: '#B53A8F'

red 181 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #B53A8F

Tints of Medium Red Violet #B53A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 47.38%
G = 15.18%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B53A8F (or 0xB53A8F) is known color: Medium Red Violet. HEX triplet: B5, 3A and 8F. RGB value is (181,58,143). Sum of RGB (Red+Green+Blue) = 181+58+143=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53A8F is #4AC570. Grayscale: #686868. Windows color (decimal): -4900209 or 9386677. OLE color: 9386677.

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

Color convert

RGB 181 58 143 -
CMYK 0 0.68 0.21 0.29
HSL 318.54º 0.51% 0.47% -
HSV(B) 318.54º 0.68% 0.71% -
XYZ 25.53 14.83 27.5 -
YUV 104.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 181 58 143 0 0.68 0.21 0.29 318.54 0.51 0.47
Hex B5 3A 8F 0 44 15 1D 13F 33 2F
Octal 265 72 217 0 104 25 35 477 63 57
Binary 10110101 111010 10001111 0 1000100 10101 11101 100111111 110011 101111

Color Harmonies of #B53A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A8F

Black with #B53A8F

Text Example


Text Example

White with #B53A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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