Html Css Color HEX #B537A6 Medium Red Violet

📋 copy color: '#B537A6'

red 181 ◦ green 55 ◦ blue 166

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

Shades of Medium Red Violet #B537A6

Tints of Medium Red Violet #B537A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 45.02%
G = 13.68%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B537A6 (or 0xB537A6) is known color: Medium Red Violet. HEX triplet: B5, 37 and A6. RGB value is (181,55,166). Sum of RGB (Red+Green+Blue) = 181+55+166=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A6 is #4AC859. Grayscale: #696969. Windows color (decimal): -4900954 or 10893237. OLE color: 10893237.

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

Color convert

RGB 181 55 166 -
CMYK 0 0.70 0.08 0.29
HSL 307.14º 0.53% 0.46% -
HSV(B) 307.14º 0.7% 0.71% -
XYZ 27.31 15.31 37.59 -
YUV 105.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 181 55 166 0 0.70 0.08 0.29 307.14 0.53 0.46
Hex B5 37 A6 0 46 8 1D 133 35 2E
Octal 265 67 246 0 106 10 35 463 65 56
Binary 10110101 110111 10100110 0 1000110 1000 11101 100110011 110101 101110

Color Harmonies of #B537A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537A6

Black with #B537A6

Text Example


Text Example

White with #B537A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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