Html Css Color HEX #B39BD9 Biloba Flower

📋 copy color: '#B39BD9'

red 179 ◦ green 155 ◦ blue 217

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

Shades of Biloba Flower #B39BD9

Tints of Biloba Flower #B39BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.38%

R = 32.49%
G = 28.13%
B = 39.38%

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

#B39BD9 (or 0xB39BD9) is known color: Biloba Flower. HEX triplet: B3, 9B and D9. RGB value is (179,155,217). Sum of RGB (Red+Green+Blue) = 179+155+217=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #B39BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BD9 is #4C6426. Grayscale: #A9A9A9. Windows color (decimal): -5006375 or 14261171. OLE color: 14261171.

HSL color Cylindrical-coordinate representation of color #B39BD9: hue angle of 263.23º degrees, saturation: 0.45, 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 #B39BD9 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 155 217 -
CMYK 0.18 0.29 0 0.15
HSL 263.23º 0.45% 0.73% -
HSV(B) 263.23º 0.29% 0.85% -
XYZ 42.84 38.04 70.73 -
YUV 169.24 154.95 134.96 -
System Red Green Blue C M Y K H S L
Decimal 179 155 217 0.18 0.29 0 0.15 263.23 0.45 0.73
Hex B3 9B D9 12 1D 0 F 107 2D 49
Octal 263 233 331 22 35 0 17 407 55 111
Binary 10110011 10011011 11011001 10010 11101 0 1111 100000111 101101 1001001

Color Harmonies of #B39BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39BD9

Black with #B39BD9

Text Example


Text Example

White with #B39BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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