Html Css Color HEX #B53E8F Medium Red Violet

📋 copy color: '#B53E8F'

red 181 ◦ green 62 ◦ blue 143

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

Shades of Medium Red Violet #B53E8F

Tints of Medium Red Violet #B53E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 46.89%
G = 16.06%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B53E8F (or 0xB53E8F) is known color: Medium Red Violet. HEX triplet: B5, 3E and 8F. RGB value is (181,62,143). Sum of RGB (Red+Green+Blue) = 181+62+143=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53E8F is #4AC170. Grayscale: #6A6A6A. Windows color (decimal): -4899185 or 9387701. OLE color: 9387701.

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

Color convert

RGB 181 62 143 -
CMYK 0 0.66 0.21 0.29
HSL 319.16º 0.49% 0.48% -
HSV(B) 319.16º 0.66% 0.71% -
XYZ 25.74 15.25 27.57 -
YUV 106.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 181 62 143 0 0.66 0.21 0.29 319.16 0.49 0.48
Hex B5 3E 8F 0 42 15 1D 13F 31 30
Octal 265 76 217 0 102 25 35 477 61 60
Binary 10110101 111110 10001111 0 1000010 10101 11101 100111111 110001 110000

Color Harmonies of #B53E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E8F

Black with #B53E8F

Text Example


Text Example

White with #B53E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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