#B19FFD

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

Shades of Melrose #B19FFD

Tints of Melrose #B19FFD

Color information

#B19FFD (or 0xB19FFD) is unknown color: approx Melrose. HEX triplet: B1, 9F and FD. RGB value is (177,159,253). Sum of RGB (Red+Green+Blue) = 177+159+253=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B19FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FFD is #4E6002. Grayscale: #AEAEAE. Windows color (decimal): -5136387 or 16621489. OLE color: 16621489.

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

Color convert

RGB177159253-
CMYK0.300.3700.01
HSL251.49º95.92%80.78%-
HSV(B)251.49º37.15%99.22%-
XYZ48.2641.2498.34-
YUV175.1171.96129.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=30.05%
G=26.99%
B=42.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771592530.300.3700.01251.4995.9280.78
HexB19FFD1E2501fb6051
Octal261237375364501373140121
Binary10110001100111111111110111110100101011111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FFD; }

 p { color: rgb(177,159,253); }

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

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

 a { background-color: rgb(177,159,253); }

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

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

 span { border-color: rgb(177,159,253); }

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