#B37AED

Color #B37AED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B37AED

Tints of Medium Purple #B37AED

Color information

#B37AED (or 0xB37AED) is unknown color: approx Medium Purple. HEX triplet: B3, 7A and ED. RGB value is (179,122,237). Sum of RGB (Red+Green+Blue) = 179+122+237=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B37AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AED is #4C8512. Grayscale: #979797. Windows color (decimal): -5014803 or 15563443. OLE color: 15563443.

HSL color Cylindrical-coordinate representation of color #B37AED: hue angle of 269.74º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37AED is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179122237-
CMYK0.240.4900.07
HSL269.74º76.16%70.39%-
HSV(B)269.74º48.52%92.94%-
XYZ40.8429.6283.69-
YUV152.15175.88147.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=33.27%
G=22.68%
B=44.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791222370.240.4900.07269.7476.1670.39
HexB37AED18310710e4c46
Octal263172355306107416114106
Binary1011001111110101110110111000110001011110000111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37AED; }

 p { color: rgb(179,122,237); }

 H1.HeaderClassName
 {
   color: #B37AED;
 }
 .AnyTagClassName
 {
   color: #B37AED;
 }
</style>
background-color css

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

 a { background-color: rgb(179,122,237); }

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

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

 span { border-color: rgb(179,122,237); }

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