Html Css Color HEX #B5A1FF Melrose

📋 copy color: '#B5A1FF'

red 181 ◦ green 161 ◦ blue 255

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

Shades of Melrose #B5A1FF

Tints of Melrose #B5A1FF

RGB

 RED value IS 181 (71.09% from 255) = 30.32%

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

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

R = 30.32%
G = 26.97%
B = 42.71%

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

#B5A1FF (or 0xB5A1FF) is known color: Melrose. HEX triplet: B5, A1 and FF. RGB value is (181,161,255). Sum of RGB (Red+Green+Blue) = 181+161+255=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5A1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A1FF is #4A5E00. Grayscale: #B1B1B1. Windows color (decimal): -4873729 or 16753077. OLE color: 16753077.

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

Color convert

RGB 181 161 255 -
CMYK 0.29 0.37 0 0
HSL 252.77º 1% 0.82% -
HSV(B) 252.77º 0.37% 1% -
XYZ 49.85 42.53 100.19 -
YUV 177.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 181 161 255 0.29 0.37 0 0 252.77 1 0.82
Hex B5 A1 FF 1D 25 0 0 FD 64 52
Octal 265 241 377 35 45 0 0 375 144 122
Binary 10110101 10100001 11111111 11101 100101 0 0 11111101 1100100 1010010

Color Harmonies of #B5A1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A1FF

Black with #B5A1FF

Text Example


Text Example

White with #B5A1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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