Html Css Color HEX #B49FFC Melrose

📋 copy color: '#B49FFC'

red 180 ◦ green 159 ◦ blue 252

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

Shades of Melrose #B49FFC

Tints of Melrose #B49FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 30.46%
G = 26.9%
B = 42.64%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B49FFC (or 0xB49FFC) is known color: Melrose. HEX triplet: B4, 9F and FC. RGB value is (180,159,252). Sum of RGB (Red+Green+Blue) = 180+159+252=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #B49FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FFC is #4B6003. Grayscale: #AFAFAF. Windows color (decimal): -4939780 or 16555956. OLE color: 16555956.

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

Color convert

RGB 180 159 252 -
CMYK 0.29 0.37 0 0.01
HSL 253.55º 0.94% 0.81% -
HSV(B) 253.55º 0.37% 0.99% -
XYZ 48.79 41.53 97.54 -
YUV 175.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 180 159 252 0.29 0.37 0 0.01 253.55 0.94 0.81
Hex B4 9F FC 1D 25 0 1 FE 5E 51
Octal 264 237 374 35 45 0 1 376 136 121
Binary 10110100 10011111 11111100 11101 100101 0 1 11111110 1011110 1010001

Color Harmonies of #B49FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FFC

Black with #B49FFC

Text Example


Text Example

White with #B49FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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