#B39FFB

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

Shades of Melrose #B39FFB

Tints of Melrose #B39FFB

Color information

#B39FFB (or 0xB39FFB) is unknown color: approx Melrose. HEX triplet: B3, 9F and FB. RGB value is (179,159,251). Sum of RGB (Red+Green+Blue) = 179+159+251=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #B39FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FFB is #4C6004. Grayscale: #AFAFAF. Windows color (decimal): -5005317 or 16490419. OLE color: 16490419.

HSL color Cylindrical-coordinate representation of color #B39FFB: hue angle of 253.04º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B39FFB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179159251-
CMYK0.290.3700.02
HSL253.04º92%80.39%-
HSV(B)253.04º36.65%98.43%-
XYZ48.441.3596.7-
YUV175.47170.63130.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=30.39%
G=26.99%
B=42.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791592510.290.3700.02253.049280.39
HexB39FFB1D2502fd5c50
Octal263237373354502375134120
Binary101100111001111111111011111011001010101111110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FFB; }

 p { color: rgb(179,159,251); }

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

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

 a { background-color: rgb(179,159,251); }

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

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

 span { border-color: rgb(179,159,251); }

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