Html Css Color HEX #B53F7C Medium Red Violet

📋 copy color: '#B53F7C'

red 181 ◦ green 63 ◦ blue 124

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

Shades of Medium Red Violet #B53F7C

Tints of Medium Red Violet #B53F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.7%

R = 49.18%
G = 17.12%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B53F7C (or 0xB53F7C) is known color: Medium Red Violet. HEX triplet: B5, 3F and 7C. RGB value is (181,63,124). Sum of RGB (Red+Green+Blue) = 181+63+124=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53F7C is #4AC083. Grayscale: #696969. Windows color (decimal): -4898948 or 8142773. OLE color: 8142773.

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

Color convert

RGB 181 63 124 -
CMYK 0 0.65 0.31 0.29
HSL 328.98º 0.48% 0.48% -
HSV(B) 328.98º 0.65% 0.71% -
XYZ 24.47 14.83 20.64 -
YUV 105.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 181 63 124 0 0.65 0.31 0.29 328.98 0.48 0.48
Hex B5 3F 7C 0 41 1F 1D 149 30 30
Octal 265 77 174 0 101 37 35 511 60 60
Binary 10110101 111111 1111100 0 1000001 11111 11101 101001001 110000 110000

Color Harmonies of #B53F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F7C

Black with #B53F7C

Text Example


Text Example

White with #B53F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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