Html Css Color HEX #B53A7F Medium Red Violet

📋 copy color: '#B53A7F'

red 181 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #B53A7F

Tints of Medium Red Violet #B53A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.7%

R = 49.45%
G = 15.85%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B53A7F (or 0xB53A7F) is known color: Medium Red Violet. HEX triplet: B5, 3A and 7F. RGB value is (181,58,127). Sum of RGB (Red+Green+Blue) = 181+58+127=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A7F is #4AC580. Grayscale: #666666. Windows color (decimal): -4900225 or 8338101. OLE color: 8338101.

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

Color convert

RGB 181 58 127 -
CMYK 0 0.68 0.30 0.29
HSL 326.34º 0.51% 0.47% -
HSV(B) 326.34º 0.68% 0.71% -
XYZ 24.4 14.38 21.57 -
YUV 102.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 181 58 127 0 0.68 0.30 0.29 326.34 0.51 0.47
Hex B5 3A 7F 0 44 1E 1D 146 33 2F
Octal 265 72 177 0 104 36 35 506 63 57
Binary 10110101 111010 1111111 0 1000100 11110 11101 101000110 110011 101111

Color Harmonies of #B53A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53A7F

Black with #B53A7F

Text Example


Text Example

White with #B53A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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