Html Css Color HEX #B53F88 Medium Red Violet

📋 copy color: '#B53F88'

red 181 ◦ green 63 ◦ blue 136

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

Shades of Medium Red Violet #B53F88

Tints of Medium Red Violet #B53F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 47.63%
G = 16.58%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B53F88 (or 0xB53F88) is known color: Medium Red Violet. HEX triplet: B5, 3F and 88. RGB value is (181,63,136). Sum of RGB (Red+Green+Blue) = 181+63+136=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F88 is #4AC077. Grayscale: #6A6A6A. Windows color (decimal): -4898936 or 8929205. OLE color: 8929205.

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

Color convert

RGB 181 63 136 -
CMYK 0 0.65 0.25 0.29
HSL 322.88º 0.48% 0.48% -
HSV(B) 322.88º 0.65% 0.71% -
XYZ 25.28 15.16 24.89 -
YUV 106.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 181 63 136 0 0.65 0.25 0.29 322.88 0.48 0.48
Hex B5 3F 88 0 41 19 1D 143 30 30
Octal 265 77 210 0 101 31 35 503 60 60
Binary 10110101 111111 10001000 0 1000001 11001 11101 101000011 110000 110000

Color Harmonies of #B53F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F88

Black with #B53F88

Text Example


Text Example

White with #B53F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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