Html Css Color HEX #B537A2 Medium Red Violet

📋 copy color: '#B537A2'

red 181 ◦ green 55 ◦ blue 162

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

Shades of Medium Red Violet #B537A2

Tints of Medium Red Violet #B537A2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 45.48%
G = 13.82%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B537A2 (or 0xB537A2) is known color: Medium Red Violet. HEX triplet: B5, 37 and A2. RGB value is (181,55,162). Sum of RGB (Red+Green+Blue) = 181+55+162=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A2 is #4AC85D. Grayscale: #686868. Windows color (decimal): -4900958 or 10631093. OLE color: 10631093.

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

Color convert

RGB 181 55 162 -
CMYK 0 0.70 0.10 0.29
HSL 309.05º 0.53% 0.46% -
HSV(B) 309.05º 0.7% 0.71% -
XYZ 26.94 15.16 35.69 -
YUV 104.87 160.24 182.3 -
System Red Green Blue C M Y K H S L
Decimal 181 55 162 0 0.70 0.10 0.29 309.05 0.53 0.46
Hex B5 37 A2 0 46 A 1D 135 35 2E
Octal 265 67 242 0 106 12 35 465 65 56
Binary 10110101 110111 10100010 0 1000110 1010 11101 100110101 110101 101110

Color Harmonies of #B537A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537A2

Black with #B537A2

Text Example


Text Example

White with #B537A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537A2; }

 p { color: rgb(181,55,162); }

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

background-color css

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

 a { background-color: rgb(181,55,162); }

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

border-color css

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

 span { border-color: rgb(181,55,162); }

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