Html Css Color HEX #B53281 Medium Red Violet

📋 copy color: '#B53281'

red 181 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #B53281

Tints of Medium Red Violet #B53281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

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

R = 50.28%
G = 13.89%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B53281 (or 0xB53281) is known color: Medium Red Violet. HEX triplet: B5, 32 and 81. RGB value is (181,50,129). Sum of RGB (Red+Green+Blue) = 181+50+129=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B53281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53281 is #4ACD7E. Grayscale: #616161. Windows color (decimal): -4902271 or 8467125. OLE color: 8467125.

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

Color convert

RGB 181 50 129 -
CMYK 0 0.72 0.29 0.29
HSL 323.82º 0.57% 0.45% -
HSV(B) 323.82º 0.72% 0.71% -
XYZ 24.16 13.69 22.14 -
YUV 98.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 181 50 129 0 0.72 0.29 0.29 323.82 0.57 0.45
Hex B5 32 81 0 48 1D 1D 144 39 2D
Octal 265 62 201 0 110 35 35 504 71 55
Binary 10110101 110010 10000001 0 1001000 11101 11101 101000100 111001 101101

Color Harmonies of #B53281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53281

Black with #B53281

Text Example


Text Example

White with #B53281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53281; }

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

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

background-color css

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

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

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

border-color css

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

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

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