Html Css Color HEX #B53D7F Medium Red Violet

📋 copy color: '#B53D7F'

red 181 ◦ green 61 ◦ blue 127

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

Shades of Medium Red Violet #B53D7F

Tints of Medium Red Violet #B53D7F

RGB

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

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

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

R = 49.05%
G = 16.53%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B53D7F (or 0xB53D7F) is known color: Medium Red Violet. HEX triplet: B5, 3D and 7F. RGB value is (181,61,127). Sum of RGB (Red+Green+Blue) = 181+61+127=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53D7F is #4AC280. Grayscale: #686868. Windows color (decimal): -4899457 or 8338869. OLE color: 8338869.

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

Color convert

RGB 181 61 127 -
CMYK 0 0.66 0.30 0.29
HSL 327º 0.5% 0.47% -
HSV(B) 327º 0.66% 0.71% -
XYZ 24.56 14.69 21.62 -
YUV 104.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 181 61 127 0 0.66 0.30 0.29 327 0.5 0.47
Hex B5 3D 7F 0 42 1E 1D 147 32 2F
Octal 265 75 177 0 102 36 35 507 62 57
Binary 10110101 111101 1111111 0 1000010 11110 11101 101000111 110010 101111

Color Harmonies of #B53D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53D7F

Black with #B53D7F

Text Example


Text Example

White with #B53D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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