Html Css Color HEX #B49FFE Melrose

📋 copy color: '#B49FFE'

red 180 ◦ green 159 ◦ blue 254

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

Shades of Melrose #B49FFE

Tints of Melrose #B49FFE

RGB

 RED value IS 180 (70.7% from 255) = 30.35%

 GREEN value IS 159 (62.5% from 255) = 26.81%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 30.35%
G = 26.81%
B = 42.83%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B49FFE (or 0xB49FFE) is known color: Melrose. HEX triplet: B4, 9F and FE. RGB value is (180,159,254). Sum of RGB (Red+Green+Blue) = 180+159+254=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #B49FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FFE is #4B6001. Grayscale: #AFAFAF. Windows color (decimal): -4939778 or 16687028. OLE color: 16687028.

HSL color Cylindrical-coordinate representation of color #B49FFE: hue angle of 253.26º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B49FFE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 159 254 -
CMYK 0.29 0.37 0 0.00
HSL 253.26º 0.98% 0.81% -
HSV(B) 253.26º 0.37% 1% -
XYZ 49.11 41.66 99.22 -
YUV 176.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 180 159 254 0.29 0.37 0 0.00 253.26 0.98 0.81
Hex B4 9F FE 1D 25 0 0 FD 62 51
Octal 264 237 376 35 45 0 0 375 142 121
Binary 10110100 10011111 11111110 11101 100101 0 0 11111101 1100010 1010001

Color Harmonies of #B49FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FFE

Black with #B49FFE

Text Example


Text Example

White with #B49FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FFE; }

 p { color: rgb(180,159,254); }

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

background-color css

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

 a { background-color: rgb(180,159,254); }

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

border-color css

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

 span { border-color: rgb(180,159,254); }

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