Html Css Color HEX #B39ED1 Biloba Flower

📋 copy color: '#B39ED1'

red 179 ◦ green 158 ◦ blue 209

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

Shades of Biloba Flower #B39ED1

Tints of Biloba Flower #B39ED1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.94%

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 32.78%
G = 28.94%
B = 38.28%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B39ED1 (or 0xB39ED1) is known color: Biloba Flower. HEX triplet: B3, 9E and D1. RGB value is (179,158,209). Sum of RGB (Red+Green+Blue) = 179+158+209=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #B39ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ED1 is #4C612E. Grayscale: #A9A9A9. Windows color (decimal): -5005615 or 13737651. OLE color: 13737651.

HSL color Cylindrical-coordinate representation of color #B39ED1: hue angle of 264.71º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B39ED1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 158 209 -
CMYK 0.14 0.24 0 0.18
HSL 264.71º 0.36% 0.72% -
HSV(B) 264.71º 0.24% 0.82% -
XYZ 42.33 38.64 65.55 -
YUV 170.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 179 158 209 0.14 0.24 0 0.18 264.71 0.36 0.72
Hex B3 9E D1 E 18 0 12 109 24 48
Octal 263 236 321 16 30 0 22 411 44 110
Binary 10110011 10011110 11010001 1110 11000 0 10010 100001001 100100 1001000

Color Harmonies of #B39ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39ED1

Black with #B39ED1

Text Example


Text Example

White with #B39ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39ED1; }

 p { color: rgb(179,158,209); }

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

background-color css

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

 a { background-color: rgb(179,158,209); }

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

border-color css

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

 span { border-color: rgb(179,158,209); }

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