Html Css Color HEX #B59FFD Melrose

📋 copy color: '#B59FFD'

red 181 ◦ green 159 ◦ blue 253

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

Shades of Melrose #B59FFD

Tints of Melrose #B59FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 30.52%
G = 26.81%
B = 42.66%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B59FFD (or 0xB59FFD) is known color: Melrose. HEX triplet: B5, 9F and FD. RGB value is (181,159,253). Sum of RGB (Red+Green+Blue) = 181+159+253=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #B59FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FFD is #4A6002. Grayscale: #AFAFAF. Windows color (decimal): -4874243 or 16621493. OLE color: 16621493.

HSL color Cylindrical-coordinate representation of color #B59FFD: hue angle of 254.04º degrees, saturation: 0.96, 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 #B59FFD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 159 253 -
CMYK 0.28 0.37 0 0.01
HSL 254.04º 0.96% 0.81% -
HSV(B) 254.04º 0.37% 0.99% -
XYZ 49.18 41.71 98.39 -
YUV 176.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 181 159 253 0.28 0.37 0 0.01 254.04 0.96 0.81
Hex B5 9F FD 1C 25 0 1 FE 60 51
Octal 265 237 375 34 45 0 1 376 140 121
Binary 10110101 10011111 11111101 11100 100101 0 1 11111110 1100000 1010001

Color Harmonies of #B59FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FFD

Black with #B59FFD

Text Example


Text Example

White with #B59FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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