#B39FFA

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

Shades of Melrose #B39FFA

Tints of Melrose #B39FFA

Color information

#B39FFA (or 0xB39FFA) is unknown color: approx Melrose. HEX triplet: B3, 9F and FA. RGB value is (179,159,250). Sum of RGB (Red+Green+Blue) = 179+159+250=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #B39FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FFA is #4C6005. Grayscale: #AFAFAF. Windows color (decimal): -5005318 or 16424883. OLE color: 16424883.

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

Color convert

RGB179159250-
CMYK0.280.3600.02
HSL253.19º90.1%80.2%-
HSV(B)253.19º36.4%98.04%-
XYZ48.2441.2895.87-
YUV175.35170.13130.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=30.44%
G=27.04%
B=42.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791592500.280.3600.02253.1990.180.2
HexB39FFA1C2402fd5a50
Octal263237372344402375132120
Binary101100111001111111111010111001001000101111110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39FFA; }

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

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

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

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

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

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

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

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