Html Css Color HEX #B59FFE Melrose

📋 copy color: '#B59FFE'

red 181 ◦ green 159 ◦ blue 254

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

Shades of Melrose #B59FFE

Tints of Melrose #B59FFE

RGB

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

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

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

R = 30.47%
G = 26.77%
B = 42.76%

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

#B59FFE (or 0xB59FFE) is known color: Melrose. HEX triplet: B5, 9F and FE. RGB value is (181,159,254). Sum of RGB (Red+Green+Blue) = 181+159+254=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #B59FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FFE is #4A6001. Grayscale: #B0B0B0. Windows color (decimal): -4874242 or 16687029. OLE color: 16687029.

HSL color Cylindrical-coordinate representation of color #B59FFE: hue angle of 253.89º 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 #B59FFE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 159 254 -
CMYK 0.29 0.37 0 0.00
HSL 253.89º 0.98% 0.81% -
HSV(B) 253.89º 0.37% 1% -
XYZ 49.34 41.78 99.23 -
YUV 176.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 181 159 254 0.29 0.37 0 0.00 253.89 0.98 0.81
Hex B5 9F FE 1D 25 0 0 FE 62 51
Octal 265 237 376 35 45 0 0 376 142 121
Binary 10110101 10011111 11111110 11101 100101 0 0 11111110 1100010 1010001

Color Harmonies of #B59FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FFE

Black with #B59FFE

Text Example


Text Example

White with #B59FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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