Html Css Color HEX #B29FFF Melrose

📋 copy color: '#B29FFF'

red 178 ◦ green 159 ◦ blue 255

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

Shades of Melrose #B29FFF

Tints of Melrose #B29FFF

RGB

 RED value IS 178 (69.92% from 255) = 30.07%

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

 BLUE value IS 255 (100% from 255) = 43.07%

R = 30.07%
G = 26.86%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B29FFF (or 0xB29FFF) is known color: Melrose. HEX triplet: B2, 9F and FF. RGB value is (178,159,255). Sum of RGB (Red+Green+Blue) = 178+159+255=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #B29FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FFF is #4D6000. Grayscale: #AFAFAF. Windows color (decimal): -5070849 or 16752562. OLE color: 16752562.

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

Color convert

RGB 178 159 255 -
CMYK 0.30 0.38 0 0
HSL 251.88º 1% 0.81% -
HSV(B) 251.88º 0.38% 1% -
XYZ 48.81 41.48 100.04 -
YUV 175.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 178 159 255 0.30 0.38 0 0 251.88 1 0.81
Hex B2 9F FF 1E 26 0 0 FC 64 51
Octal 262 237 377 36 46 0 0 374 144 121
Binary 10110010 10011111 11111111 11110 100110 0 0 11111100 1100100 1010001

Color Harmonies of #B29FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29FFF

Black with #B29FFF

Text Example


Text Example

White with #B29FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29FFF; }

 p { color: rgb(178,159,255); }

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

background-color css

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

 a { background-color: rgb(178,159,255); }

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

border-color css

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

 span { border-color: rgb(178,159,255); }

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