Html Css Color HEX #B5A3F7 Melrose

📋 copy color: '#B5A3F7'

red 181 ◦ green 163 ◦ blue 247

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

Shades of Melrose #B5A3F7

Tints of Melrose #B5A3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.79%

R = 30.63%
G = 27.58%
B = 41.79%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B5A3F7 (or 0xB5A3F7) is known color: Melrose. HEX triplet: B5, A3 and F7. RGB value is (181,163,247). Sum of RGB (Red+Green+Blue) = 181+163+247=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #B5A3F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A3F7 is #4A5C08. Grayscale: #B1B1B1. Windows color (decimal): -4873225 or 16229301. OLE color: 16229301.

HSL color Cylindrical-coordinate representation of color #B5A3F7: hue angle of 252.86º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5A3F7 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 163 247 -
CMYK 0.27 0.34 0 0.03
HSL 252.86º 0.84% 0.8% -
HSV(B) 252.86º 0.34% 0.97% -
XYZ 48.94 42.73 93.66 -
YUV 177.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 181 163 247 0.27 0.34 0 0.03 252.86 0.84 0.8
Hex B5 A3 F7 1B 22 0 3 FD 54 50
Octal 265 243 367 33 42 0 3 375 124 120
Binary 10110101 10100011 11110111 11011 100010 0 11 11111101 1010100 1010000

Color Harmonies of #B5A3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A3F7

Black with #B5A3F7

Text Example


Text Example

White with #B5A3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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