Html Css Color HEX #B39ADB Biloba Flower

📋 copy color: '#B39ADB'

red 179 ◦ green 154 ◦ blue 219

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

Shades of Biloba Flower #B39ADB

Tints of Biloba Flower #B39ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.9%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 32.43%
G = 27.9%
B = 39.67%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B39ADB (or 0xB39ADB) is known color: Biloba Flower. HEX triplet: B3, 9A and DB. RGB value is (179,154,219). Sum of RGB (Red+Green+Blue) = 179+154+219=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ADB is #4C6524. Grayscale: #A8A8A8. Windows color (decimal): -5006629 or 14391987. OLE color: 14391987.

HSL color Cylindrical-coordinate representation of color #B39ADB: hue angle of 263.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39ADB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 154 219 -
CMYK 0.18 0.30 0 0.14
HSL 263.08º 0.47% 0.73% -
HSV(B) 263.08º 0.3% 0.86% -
XYZ 42.93 37.81 72.05 -
YUV 168.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 179 154 219 0.18 0.30 0 0.14 263.08 0.47 0.73
Hex B3 9A DB 12 1E 0 E 107 2F 49
Octal 263 232 333 22 36 0 16 407 57 111
Binary 10110011 10011010 11011011 10010 11110 0 1110 100000111 101111 1001001

Color Harmonies of #B39ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39ADB

Black with #B39ADB

Text Example


Text Example

White with #B39ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39ADB; }

 p { color: rgb(179,154,219); }

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

background-color css

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

 a { background-color: rgb(179,154,219); }

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

border-color css

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

 span { border-color: rgb(179,154,219); }

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