#B39EFD

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

Shades of Melrose #B39EFD

Tints of Melrose #B39EFD

Color information

#B39EFD (or 0xB39EFD) is unknown color: approx Melrose. HEX triplet: B3, 9E and FD. RGB value is (179,158,253). Sum of RGB (Red+Green+Blue) = 179+158+253=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #B39EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39EFD is #4C6102. Grayscale: #AEAEAE. Windows color (decimal): -5005571 or 16621235. OLE color: 16621235.

HSL color Cylindrical-coordinate representation of color #B39EFD: hue angle of 253.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B39EFD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179158253-
CMYK0.290.3800.01
HSL253.26º95.96%80.59%-
HSV(B)253.26º37.55%99.22%-
XYZ48.5541.1398.31-
YUV175.11171.96130.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.34%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=30.34%
G=26.78%
B=42.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791582530.290.3800.01253.2695.9680.59
HexB39EFD1D2601fd6051
Octal263236375354601375140121
Binary10110011100111101111110111101100110011111110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39EFD; }

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

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

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

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

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

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

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

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