#B37EFD

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

Shades of Medium Purple #B37EFD

Tints of Medium Purple #B37EFD

Color information

#B37EFD (or 0xB37EFD) is unknown color: approx Medium Purple. HEX triplet: B3, 7E and FD. RGB value is (179,126,253). Sum of RGB (Red+Green+Blue) = 179+126+253=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #B37EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37EFD is #4C8102. Grayscale: #9B9B9B. Windows color (decimal): -5013763 or 16613043. OLE color: 16613043.

HSL color Cylindrical-coordinate representation of color #B37EFD: hue angle of 265.04º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37EFD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179126253-
CMYK0.290.5000.01
HSL265.04º96.95%74.31%-
HSV(B)265.04º50.2%99.22%-
XYZ43.7831.696.72-
YUV156.32182.56144.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 126 (49.61% from 255) = 22.58%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=32.08%
G=22.58%
B=45.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791262530.290.5000.01265.0496.9574.31
HexB37EFD1D3201109614a
Octal263176375356201411141112
Binary10110011111111011111101111011100100110000100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37EFD; }

 p { color: rgb(179,126,253); }

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

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

 a { background-color: rgb(179,126,253); }

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

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

 span { border-color: rgb(179,126,253); }

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