Html Css Color HEX #B53D8D Medium Red Violet

📋 copy color: '#B53D8D'

red 181 ◦ green 61 ◦ blue 141

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

Shades of Medium Red Violet #B53D8D

Tints of Medium Red Violet #B53D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.93%

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

R = 47.26%
G = 15.93%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B53D8D (or 0xB53D8D) is known color: Medium Red Violet. HEX triplet: B5, 3D and 8D. RGB value is (181,61,141). Sum of RGB (Red+Green+Blue) = 181+61+141=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D8D is #4AC272. Grayscale: #696969. Windows color (decimal): -4899443 or 9256373. OLE color: 9256373.

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

Color convert

RGB 181 61 141 -
CMYK 0 0.66 0.22 0.29
HSL 320º 0.5% 0.47% -
HSV(B) 320º 0.66% 0.71% -
XYZ 25.53 15.08 26.77 -
YUV 106 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 181 61 141 0 0.66 0.22 0.29 320 0.5 0.47
Hex B5 3D 8D 0 42 16 1D 140 32 2F
Octal 265 75 215 0 102 26 35 500 62 57
Binary 10110101 111101 10001101 0 1000010 10110 11101 101000000 110010 101111

Color Harmonies of #B53D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D8D

Black with #B53D8D

Text Example


Text Example

White with #B53D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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