Html Css Color HEX #B5A1FD Melrose

📋 copy color: '#B5A1FD'

red 181 ◦ green 161 ◦ blue 253

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

Shades of Melrose #B5A1FD

Tints of Melrose #B5A1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 30.42%
G = 27.06%
B = 42.52%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B5A1FD (or 0xB5A1FD) is known color: Melrose. HEX triplet: B5, A1 and FD. RGB value is (181,161,253). Sum of RGB (Red+Green+Blue) = 181+161+253=595 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.42% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #B5A1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A1FD is #4A5E02. Grayscale: #B1B1B1. Windows color (decimal): -4873731 or 16622005. OLE color: 16622005.

HSL color Cylindrical-coordinate representation of color #B5A1FD: hue angle of 253.04º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5A1FD is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 161 253 -
CMYK 0.28 0.36 0 0.01
HSL 253.04º 0.96% 0.81% -
HSV(B) 253.04º 0.36% 0.99% -
XYZ 49.53 42.41 98.5 -
YUV 177.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 181 161 253 0.28 0.36 0 0.01 253.04 0.96 0.81
Hex B5 A1 FD 1C 24 0 1 FD 60 51
Octal 265 241 375 34 44 0 1 375 140 121
Binary 10110101 10100001 11111101 11100 100100 0 1 11111101 1100000 1010001

Color Harmonies of #B5A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A1FD

Black with #B5A1FD

Text Example


Text Example

White with #B5A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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