Html Css Color HEX #B39BDB Biloba Flower

📋 copy color: '#B39BDB'

red 179 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B39BDB

Tints of Biloba Flower #B39BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.03%

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

R = 32.37%
G = 28.03%
B = 39.6%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B39BDB (or 0xB39BDB) is known color: Biloba Flower. HEX triplet: B3, 9B and DB. RGB value is (179,155,219). Sum of RGB (Red+Green+Blue) = 179+155+219=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDB is #4C6424. Grayscale: #A9A9A9. Windows color (decimal): -5006373 or 14392243. OLE color: 14392243.

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

Color convert

RGB 179 155 219 -
CMYK 0.18 0.29 0 0.14
HSL 262.5º 0.47% 0.73% -
HSV(B) 262.5º 0.29% 0.86% -
XYZ 43.1 38.14 72.11 -
YUV 169.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 179 155 219 0.18 0.29 0 0.14 262.5 0.47 0.73
Hex B3 9B DB 12 1D 0 E 106 2F 49
Octal 263 233 333 22 35 0 16 406 57 111
Binary 10110011 10011011 11011011 10010 11101 0 1110 100000110 101111 1001001

Color Harmonies of #B39BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BDB

Black with #B39BDB

Text Example


Text Example

White with #B39BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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