Html Css Color HEX #B39CDB Biloba Flower

📋 copy color: '#B39CDB'

red 179 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #B39CDB

Tints of Biloba Flower #B39CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

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

R = 32.31%
G = 28.16%
B = 39.53%

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

#B39CDB (or 0xB39CDB) is known color: Biloba Flower. HEX triplet: B3, 9C and DB. RGB value is (179,156,219). Sum of RGB (Red+Green+Blue) = 179+156+219=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CDB is #4C6324. Grayscale: #A9A9A9. Windows color (decimal): -5006117 or 14392499. OLE color: 14392499.

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

Color convert

RGB 179 156 219 -
CMYK 0.18 0.29 0 0.14
HSL 261.9º 0.47% 0.74% -
HSV(B) 261.9º 0.29% 0.86% -
XYZ 43.27 38.48 72.16 -
YUV 170.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 179 156 219 0.18 0.29 0 0.14 261.9 0.47 0.74
Hex B3 9C DB 12 1D 0 E 106 2F 4A
Octal 263 234 333 22 35 0 16 406 57 112
Binary 10110011 10011100 11011011 10010 11101 0 1110 100000110 101111 1001010

Color Harmonies of #B39CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39CDB

Black with #B39CDB

Text Example


Text Example

White with #B39CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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