Html Css Color HEX #B39BDA Biloba Flower

📋 copy color: '#B39BDA'

red 179 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B39BDA

Tints of Biloba Flower #B39BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 32.43%
G = 28.08%
B = 39.49%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B39BDA (or 0xB39BDA) is known color: Biloba Flower. HEX triplet: B3, 9B and DA. RGB value is (179,155,218). Sum of RGB (Red+Green+Blue) = 179+155+218=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B39BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BDA is #4C6425. Grayscale: #A9A9A9. Windows color (decimal): -5006374 or 14326707. OLE color: 14326707.

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

Color convert

RGB 179 155 218 -
CMYK 0.18 0.29 0 0.15
HSL 262.86º 0.46% 0.73% -
HSV(B) 262.86º 0.29% 0.85% -
XYZ 42.97 38.09 71.42 -
YUV 169.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 179 155 218 0.18 0.29 0 0.15 262.86 0.46 0.73
Hex B3 9B DA 12 1D 0 F 107 2E 49
Octal 263 233 332 22 35 0 17 407 56 111
Binary 10110011 10011011 11011010 10010 11101 0 1111 100000111 101110 1001001

Color Harmonies of #B39BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BDA

Black with #B39BDA

Text Example


Text Example

White with #B39BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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