Html Css Color HEX #B1A1FF Melrose

📋 copy color: '#B1A1FF'

red 177 ◦ green 161 ◦ blue 255

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

Shades of Melrose #B1A1FF

Tints of Melrose #B1A1FF

RGB

 RED value IS 177 (69.53% from 255) = 29.85%

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

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

R = 29.85%
G = 27.15%
B = 43%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1A1FF (or 0xB1A1FF) is known color: Melrose. HEX triplet: B1, A1 and FF. RGB value is (177,161,255). Sum of RGB (Red+Green+Blue) = 177+161+255=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1A1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A1FF is #4E5E00. Grayscale: #B0B0B0. Windows color (decimal): -5135873 or 16753073. OLE color: 16753073.

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

Color convert

RGB 177 161 255 -
CMYK 0.31 0.37 0 0
HSL 250.21º 1% 0.82% -
HSV(B) 250.21º 0.37% 1% -
XYZ 48.93 42.06 100.15 -
YUV 176.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 177 161 255 0.31 0.37 0 0 250.21 1 0.82
Hex B1 A1 FF 1F 25 0 0 FA 64 52
Octal 261 241 377 37 45 0 0 372 144 122
Binary 10110001 10100001 11111111 11111 100101 0 0 11111010 1100100 1010010

Color Harmonies of #B1A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A1FF

Black with #B1A1FF

Text Example


Text Example

White with #B1A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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