Html Css Color HEX #B53F8D Medium Red Violet

📋 copy color: '#B53F8D'

red 181 ◦ green 63 ◦ blue 141

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

Shades of Medium Red Violet #B53F8D

Tints of Medium Red Violet #B53F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

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

R = 47.01%
G = 16.36%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B53F8D (or 0xB53F8D) is known color: Medium Red Violet. HEX triplet: B5, 3F and 8D. RGB value is (181,63,141). Sum of RGB (Red+Green+Blue) = 181+63+141=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F8D is #4AC072. Grayscale: #6A6A6A. Windows color (decimal): -4898931 or 9256885. OLE color: 9256885.

HSL color Cylindrical-coordinate representation of color #B53F8D: hue angle of 320.34º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F8D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 63 141 -
CMYK 0 0.65 0.22 0.29
HSL 320.34º 0.48% 0.48% -
HSV(B) 320.34º 0.65% 0.71% -
XYZ 25.64 15.3 26.8 -
YUV 107.17 147.09 180.66 -
System Red Green Blue C M Y K H S L
Decimal 181 63 141 0 0.65 0.22 0.29 320.34 0.48 0.48
Hex B5 3F 8D 0 41 16 1D 140 30 30
Octal 265 77 215 0 101 26 35 500 60 60
Binary 10110101 111111 10001101 0 1000001 10110 11101 101000000 110000 110000

Color Harmonies of #B53F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F8D

Black with #B53F8D

Text Example


Text Example

White with #B53F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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