Html Css Color HEX #B39FFB Melrose

📋 copy color: '#B39FFB'

red 179 ◦ green 159 ◦ blue 251

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

Shades of Melrose #B39FFB

Tints of Melrose #B39FFB

RGB

 RED value IS 179 (70.31% from 255) = 30.39%

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

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

R = 30.39%
G = 26.99%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B39FFB (or 0xB39FFB) is known color: Melrose. HEX triplet: B3, 9F and FB. RGB value is (179,159,251). Sum of RGB (Red+Green+Blue) = 179+159+251=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #B39FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39FFB is #4C6004. Grayscale: #AFAFAF. Windows color (decimal): -5005317 or 16490419. OLE color: 16490419.

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

Color convert

RGB 179 159 251 -
CMYK 0.29 0.37 0 0.02
HSL 253.04º 0.92% 0.8% -
HSV(B) 253.04º 0.37% 0.98% -
XYZ 48.4 41.35 96.7 -
YUV 175.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 179 159 251 0.29 0.37 0 0.02 253.04 0.92 0.8
Hex B3 9F FB 1D 25 0 2 FD 5C 50
Octal 263 237 373 35 45 0 2 375 134 120
Binary 10110011 10011111 11111011 11101 100101 0 10 11111101 1011100 1010000

Color Harmonies of #B39FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FFB

Black with #B39FFB

Text Example


Text Example

White with #B39FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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