Html Css Color HEX #B5A3EE Melrose

📋 copy color: '#B5A3EE'

red 181 ◦ green 163 ◦ blue 238

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

Shades of Melrose #B5A3EE

Tints of Melrose #B5A3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.01%

 BLUE value IS 238 (93.36% from 255) = 40.89%

R = 31.1%
G = 28.01%
B = 40.89%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B5A3EE (or 0xB5A3EE) is known color: Melrose. HEX triplet: B5, A3 and EE. RGB value is (181,163,238). Sum of RGB (Red+Green+Blue) = 181+163+238=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3EE is #4A5C11. Grayscale: #B0B0B0. Windows color (decimal): -4873234 or 15639477. OLE color: 15639477.

HSL color Cylindrical-coordinate representation of color #B5A3EE: hue angle of 254.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A3EE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 163 238 -
CMYK 0.24 0.32 0 0.07
HSL 254.4º 0.69% 0.79% -
HSV(B) 254.4º 0.32% 0.93% -
XYZ 47.59 42.19 86.52 -
YUV 176.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 181 163 238 0.24 0.32 0 0.07 254.4 0.69 0.79
Hex B5 A3 EE 18 20 0 7 FE 45 4F
Octal 265 243 356 30 40 0 7 376 105 117
Binary 10110101 10100011 11101110 11000 100000 0 111 11111110 1000101 1001111

Color Harmonies of #B5A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3EE

Black with #B5A3EE

Text Example


Text Example

White with #B5A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3EE; }

 p { color: rgb(181,163,238); }

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

background-color css

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

 a { background-color: rgb(181,163,238); }

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

border-color css

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

 span { border-color: rgb(181,163,238); }

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