#B09FFD

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

Shades of Melrose #B09FFD

Tints of Melrose #B09FFD

Color information

#B09FFD (or 0xB09FFD) is unknown color: approx Melrose. HEX triplet: B0, 9F and FD. RGB value is (176,159,253). Sum of RGB (Red+Green+Blue) = 176+159+253=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #B09FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFD is #4F6002. Grayscale: #AEAEAE. Windows color (decimal): -5201923 or 16621488. OLE color: 16621488.

HSL color Cylindrical-coordinate representation of color #B09FFD: hue angle of 250.85º 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 #B09FFD is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176159253-
CMYK0.300.3700.01
HSL250.85º95.92%80.78%-
HSV(B)250.85º37.15%99.22%-
XYZ48.0341.1298.33-
YUV174.8172.13128.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=29.93%
G=27.04%
B=43.03%

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
Decimal1761592530.300.3700.01250.8595.9280.78
HexB09FFD1E2501fb6051
Octal260237375364501373140121
Binary10110000100111111111110111110100101011111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FFD; }

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

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

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

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

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

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

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

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