Html Css Color HEX #B59FFB Melrose

📋 copy color: '#B59FFB'

red 181 ◦ green 159 ◦ blue 251

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

Shades of Melrose #B59FFB

Tints of Melrose #B59FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 30.63%
G = 26.9%
B = 42.47%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B59FFB (or 0xB59FFB) is known color: Melrose. HEX triplet: B5, 9F and FB. RGB value is (181,159,251). Sum of RGB (Red+Green+Blue) = 181+159+251=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #B59FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FFB is #4A6004. Grayscale: #AFAFAF. Windows color (decimal): -4874245 or 16490421. OLE color: 16490421.

HSL color Cylindrical-coordinate representation of color #B59FFB: hue angle of 254.35º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B59FFB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 159 251 -
CMYK 0.28 0.37 0 0.02
HSL 254.35º 0.92% 0.8% -
HSV(B) 254.35º 0.37% 0.98% -
XYZ 48.87 41.59 96.72 -
YUV 176.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 181 159 251 0.28 0.37 0 0.02 254.35 0.92 0.8
Hex B5 9F FB 1C 25 0 2 FE 5C 50
Octal 265 237 373 34 45 0 2 376 134 120
Binary 10110101 10011111 11111011 11100 100101 0 10 11111110 1011100 1010000

Color Harmonies of #B59FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FFB

Black with #B59FFB

Text Example


Text Example

White with #B59FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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