Html Css Color HEX #B6A1FF Melrose

📋 copy color: '#B6A1FF'

red 182 ◦ green 161 ◦ blue 255

#B6A1FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #B6A1FF

Tints of Melrose #B6A1FF

RGB

 RED value IS 182 (71.48% from 255) = 30.43%

 GREEN value IS 161 (63.28% from 255) = 26.92%

 BLUE value IS 255 (100% from 255) = 42.64%

R = 30.43%
G = 26.92%
B = 42.64%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6A1FF (or 0xB6A1FF) is known color: Melrose. HEX triplet: B6, A1 and FF. RGB value is (182,161,255). Sum of RGB (Red+Green+Blue) = 182+161+255=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 161 (63.28% from 255 or 26.92% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1FF is #495E00. Grayscale: #B1B1B1. Windows color (decimal): -4808193 or 16753078. OLE color: 16753078.

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

Color convert

RGB 182 161 255 -
CMYK 0.29 0.37 0 0
HSL 253.4º 1% 0.82% -
HSV(B) 253.4º 0.37% 1% -
XYZ 50.09 42.65 100.2 -
YUV 178 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 182 161 255 0.29 0.37 0 0 253.4 1 0.82
Hex B6 A1 FF 1D 25 0 0 FD 64 52
Octal 266 241 377 35 45 0 0 375 144 122
Binary 10110110 10100001 11111111 11101 100101 0 0 11111101 1100100 1010010

Color Harmonies of #B6A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1FF

Black with #B6A1FF

Text Example


Text Example

White with #B6A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1FF; }

 p { color: rgb(182,161,255); }

 H1.HeaderClassName
 {
   color: #B6A1FF;
 }
 .AnyTagClassName
 {
   color: #B6A1FF;
 }
</style>

background-color css

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

 a { background-color: rgb(182,161,255); }

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

border-color css

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

 span { border-color: rgb(182,161,255); }

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