#B6A2F3

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

Shades of Melrose #B6A2F3

Tints of Melrose #B6A2F3

Color information

#B6A2F3 (or 0xB6A2F3) is unknown color: approx Melrose. HEX triplet: B6, A2 and F3. RGB value is (182,162,243). Sum of RGB (Red+Green+Blue) = 182+162+243=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6A2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A2F3 is #495D0C. Grayscale: #B0B0B0. Windows color (decimal): -4807949 or 15966902. OLE color: 15966902.

HSL color Cylindrical-coordinate representation of color #B6A2F3: hue angle of 254.81º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6A2F3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182162243-
CMYK0.250.3300.05
HSL254.81º77.14%79.41%-
HSV(B)254.81º33.33%95.29%-
XYZ48.3942.2690.4-
YUV177.21165.13131.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 243 (95.31% from 255) = 41.40%
R=31.01%
G=27.60%
B=41.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821622430.250.3300.05254.8177.1479.41
HexB6A2F3192105ff4d4f
Octal266242363314105377115117
Binary1011011010100010111100111100110000101011111111110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A2F3; }

 p { color: rgb(182,162,243); }

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

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

 a { background-color: rgb(182,162,243); }

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

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

 span { border-color: rgb(182,162,243); }

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