Html Css Color HEX #B69FFF Melrose

📋 copy color: '#B69FFF'

red 182 ◦ green 159 ◦ blue 255

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

Shades of Melrose #B69FFF

Tints of Melrose #B69FFF

RGB

 RED value IS 182 (71.48% from 255) = 30.54%

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

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

R = 30.54%
G = 26.68%
B = 42.79%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B69FFF (or 0xB69FFF) is known color: Melrose. HEX triplet: B6, 9F and FF. RGB value is (182,159,255). Sum of RGB (Red+Green+Blue) = 182+159+255=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #B69FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FFF is #496000. Grayscale: #B0B0B0. Windows color (decimal): -4808705 or 16752566. OLE color: 16752566.

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

Color convert

RGB 182 159 255 -
CMYK 0.29 0.38 0 0
HSL 254.38º 1% 0.81% -
HSV(B) 254.38º 0.38% 1% -
XYZ 49.74 41.96 100.09 -
YUV 176.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 182 159 255 0.29 0.38 0 0 254.38 1 0.81
Hex B6 9F FF 1D 26 0 0 FE 64 51
Octal 266 237 377 35 46 0 0 376 144 121
Binary 10110110 10011111 11111111 11101 100110 0 0 11111110 1100100 1010001

Color Harmonies of #B69FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69FFF

Black with #B69FFF

Text Example


Text Example

White with #B69FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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