Html Css Color HEX #B53E8C Medium Red Violet

📋 copy color: '#B53E8C'

red 181 ◦ green 62 ◦ blue 140

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

Shades of Medium Red Violet #B53E8C

Tints of Medium Red Violet #B53E8C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.19%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 47.26%
G = 16.19%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B53E8C (or 0xB53E8C) is known color: Medium Red Violet. HEX triplet: B5, 3E and 8C. RGB value is (181,62,140). Sum of RGB (Red+Green+Blue) = 181+62+140=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E8C is #4AC173. Grayscale: #6A6A6A. Windows color (decimal): -4899188 or 9191093. OLE color: 9191093.

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

Color convert

RGB 181 62 140 -
CMYK 0 0.66 0.23 0.29
HSL 320.67º 0.49% 0.48% -
HSV(B) 320.67º 0.66% 0.71% -
XYZ 25.51 15.16 26.39 -
YUV 106.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 181 62 140 0 0.66 0.23 0.29 320.67 0.49 0.48
Hex B5 3E 8C 0 42 17 1D 141 31 30
Octal 265 76 214 0 102 27 35 501 61 60
Binary 10110101 111110 10001100 0 1000010 10111 11101 101000001 110001 110000

Color Harmonies of #B53E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E8C

Black with #B53E8C

Text Example


Text Example

White with #B53E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E8C; }

 p { color: rgb(181,62,140); }

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

background-color css

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

 a { background-color: rgb(181,62,140); }

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

border-color css

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

 span { border-color: rgb(181,62,140); }

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