Html Css Color HEX #B39BDF Biloba Flower

📋 copy color: '#B39BDF'

red 179 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #B39BDF

Tints of Biloba Flower #B39BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 32.14%
G = 27.83%
B = 40.04%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B39BDF (or 0xB39BDF) is known color: Biloba Flower. HEX triplet: B3, 9B and DF. RGB value is (179,155,223). Sum of RGB (Red+Green+Blue) = 179+155+223=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B39BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDF is #4C6420. Grayscale: #A9A9A9. Windows color (decimal): -5006369 or 14654387. OLE color: 14654387.

HSL color Cylindrical-coordinate representation of color #B39BDF: hue angle of 261.18º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39BDF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 155 223 -
CMYK 0.20 0.30 0 0.13
HSL 261.18º 0.52% 0.74% -
HSV(B) 261.18º 0.3% 0.87% -
XYZ 43.63 38.35 74.92 -
YUV 169.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 179 155 223 0.20 0.30 0 0.13 261.18 0.52 0.74
Hex B3 9B DF 14 1E 0 D 105 34 4A
Octal 263 233 337 24 36 0 15 405 64 112
Binary 10110011 10011011 11011111 10100 11110 0 1101 100000101 110100 1001010

Color Harmonies of #B39BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BDF

Black with #B39BDF

Text Example


Text Example

White with #B39BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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