Html Css Color HEX #B9A1FF Melrose

📋 copy color: '#B9A1FF'

red 185 ◦ green 161 ◦ blue 255

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

Shades of Melrose #B9A1FF

Tints of Melrose #B9A1FF

RGB

 RED value IS 185 (72.66% from 255) = 30.78%

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

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

R = 30.78%
G = 26.79%
B = 42.43%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9A1FF (or 0xB9A1FF) is known color: Melrose. HEX triplet: B9, A1 and FF. RGB value is (185,161,255). Sum of RGB (Red+Green+Blue) = 185+161+255=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A1FF is #465E00. Grayscale: #B2B2B2. Windows color (decimal): -4611585 or 16753081. OLE color: 16753081.

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

Color convert

RGB 185 161 255 -
CMYK 0.27 0.37 0 0
HSL 255.32º 1% 0.82% -
HSV(B) 255.32º 0.37% 1% -
XYZ 50.8 43.02 100.23 -
YUV 178.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 185 161 255 0.27 0.37 0 0 255.32 1 0.82
Hex B9 A1 FF 1B 25 0 0 FF 64 52
Octal 271 241 377 33 45 0 0 377 144 122
Binary 10111001 10100001 11111111 11011 100101 0 0 11111111 1100100 1010010

Color Harmonies of #B9A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A1FF

Black with #B9A1FF

Text Example


Text Example

White with #B9A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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