Html Css Color HEX #B39DDB Biloba Flower

📋 copy color: '#B39DDB'

red 179 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #B39DDB

Tints of Biloba Flower #B39DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

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

R = 32.25%
G = 28.29%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B39DDB (or 0xB39DDB) is known color: Biloba Flower. HEX triplet: B3, 9D and DB. RGB value is (179,157,219). Sum of RGB (Red+Green+Blue) = 179+157+219=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39DDB is #4C6224. Grayscale: #AAAAAA. Windows color (decimal): -5005861 or 14392755. OLE color: 14392755.

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

Color convert

RGB 179 157 219 -
CMYK 0.18 0.28 0 0.14
HSL 261.29º 0.46% 0.74% -
HSV(B) 261.29º 0.28% 0.86% -
XYZ 43.43 38.81 72.22 -
YUV 170.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 179 157 219 0.18 0.28 0 0.14 261.29 0.46 0.74
Hex B3 9D DB 12 1C 0 E 105 2E 4A
Octal 263 235 333 22 34 0 16 405 56 112
Binary 10110011 10011101 11011011 10010 11100 0 1110 100000101 101110 1001010

Color Harmonies of #B39DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39DDB

Black with #B39DDB

Text Example


Text Example

White with #B39DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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