Html Css Color HEX #B53F8E Medium Red Violet

📋 copy color: '#B53F8E'

red 181 ◦ green 63 ◦ blue 142

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

Shades of Medium Red Violet #B53F8E

Tints of Medium Red Violet #B53F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 46.89%
G = 16.32%
B = 36.79%

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

#B53F8E (or 0xB53F8E) is known color: Medium Red Violet. HEX triplet: B5, 3F and 8E. RGB value is (181,63,142). Sum of RGB (Red+Green+Blue) = 181+63+142=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F8E is #4AC071. Grayscale: #6B6B6B. Windows color (decimal): -4898930 or 9322421. OLE color: 9322421.

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

Color convert

RGB 181 63 142 -
CMYK 0 0.65 0.22 0.29
HSL 319.83º 0.48% 0.48% -
HSV(B) 319.83º 0.65% 0.71% -
XYZ 25.72 15.33 27.2 -
YUV 107.29 147.59 180.58 -
System Red Green Blue C M Y K H S L
Decimal 181 63 142 0 0.65 0.22 0.29 319.83 0.48 0.48
Hex B5 3F 8E 0 41 16 1D 140 30 30
Octal 265 77 216 0 101 26 35 500 60 60
Binary 10110101 111111 10001110 0 1000001 10110 11101 101000000 110000 110000

Color Harmonies of #B53F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F8E

Black with #B53F8E

Text Example


Text Example

White with #B53F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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