Html Css Color HEX #B5A1F9 Melrose

📋 copy color: '#B5A1F9'

red 181 ◦ green 161 ◦ blue 249

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

Shades of Melrose #B5A1F9

Tints of Melrose #B5A1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.13%

R = 30.63%
G = 27.24%
B = 42.13%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B5A1F9 (or 0xB5A1F9) is known color: Melrose. HEX triplet: B5, A1 and F9. RGB value is (181,161,249). Sum of RGB (Red+Green+Blue) = 181+161+249=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #B5A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A1F9 is #4A5E06. Grayscale: #B0B0B0. Windows color (decimal): -4873735 or 16359861. OLE color: 16359861.

HSL color Cylindrical-coordinate representation of color #B5A1F9: hue angle of 253.64º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5A1F9 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 161 249 -
CMYK 0.27 0.35 0 0.02
HSL 253.64º 0.88% 0.8% -
HSV(B) 253.64º 0.35% 0.98% -
XYZ 48.9 42.15 95.18 -
YUV 177.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 181 161 249 0.27 0.35 0 0.02 253.64 0.88 0.8
Hex B5 A1 F9 1B 23 0 2 FE 58 50
Octal 265 241 371 33 43 0 2 376 130 120
Binary 10110101 10100001 11111001 11011 100011 0 10 11111110 1011000 1010000

Color Harmonies of #B5A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A1F9

Black with #B5A1F9

Text Example


Text Example

White with #B5A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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