Html Css Color HEX #B39BDC Biloba Flower

📋 copy color: '#B39BDC'

red 179 ◦ green 155 ◦ blue 220

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

Shades of Biloba Flower #B39BDC

Tints of Biloba Flower #B39BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 32.31%
G = 27.98%
B = 39.71%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B39BDC (or 0xB39BDC) is known color: Biloba Flower. HEX triplet: B3, 9B and DC. RGB value is (179,155,220). Sum of RGB (Red+Green+Blue) = 179+155+220=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B39BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDC is #4C6423. Grayscale: #A9A9A9. Windows color (decimal): -5006372 or 14457779. OLE color: 14457779.

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

Color convert

RGB 179 155 220 -
CMYK 0.19 0.30 0 0.14
HSL 262.15º 0.48% 0.74% -
HSV(B) 262.15º 0.3% 0.86% -
XYZ 43.23 38.19 72.8 -
YUV 169.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 179 155 220 0.19 0.30 0 0.14 262.15 0.48 0.74
Hex B3 9B DC 13 1E 0 E 106 30 4A
Octal 263 233 334 23 36 0 16 406 60 112
Binary 10110011 10011011 11011100 10011 11110 0 1110 100000110 110000 1001010

Color Harmonies of #B39BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BDC

Black with #B39BDC

Text Example


Text Example

White with #B39BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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