Html Css Color HEX #B53581 Medium Red Violet

📋 copy color: '#B53581'

red 181 ◦ green 53 ◦ blue 129

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

Shades of Medium Red Violet #B53581

Tints of Medium Red Violet #B53581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 49.86%
G = 14.6%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B53581 (or 0xB53581) is known color: Medium Red Violet. HEX triplet: B5, 35 and 81. RGB value is (181,53,129). Sum of RGB (Red+Green+Blue) = 181+53+129=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B53581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53581 is #4ACA7E. Grayscale: #636363. Windows color (decimal): -4901503 or 8467893. OLE color: 8467893.

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

Color convert

RGB 181 53 129 -
CMYK 0 0.71 0.29 0.29
HSL 324.38º 0.55% 0.46% -
HSV(B) 324.38º 0.71% 0.71% -
XYZ 24.29 13.95 22.18 -
YUV 99.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 181 53 129 0 0.71 0.29 0.29 324.38 0.55 0.46
Hex B5 35 81 0 47 1D 1D 144 37 2E
Octal 265 65 201 0 107 35 35 504 67 56
Binary 10110101 110101 10000001 0 1000111 11101 11101 101000100 110111 101110

Color Harmonies of #B53581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53581

Black with #B53581

Text Example


Text Example

White with #B53581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53581; }

 p { color: rgb(181,53,129); }

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

background-color css

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

 a { background-color: rgb(181,53,129); }

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

border-color css

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

 span { border-color: rgb(181,53,129); }

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