Html Css Color HEX #B39EDC Biloba Flower

📋 copy color: '#B39EDC'

red 179 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #B39EDC

Tints of Biloba Flower #B39EDC

RGB

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

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

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

R = 32.14%
G = 28.37%
B = 39.5%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B39EDC (or 0xB39EDC) is known color: Biloba Flower. HEX triplet: B3, 9E and DC. RGB value is (179,158,220). Sum of RGB (Red+Green+Blue) = 179+158+220=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #B39EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EDC is #4C6123. Grayscale: #ABABAB. Windows color (decimal): -5005604 or 14458547. OLE color: 14458547.

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

Color convert

RGB 179 158 220 -
CMYK 0.19 0.28 0 0.14
HSL 260.32º 0.47% 0.74% -
HSV(B) 260.32º 0.28% 0.86% -
XYZ 43.74 39.2 72.97 -
YUV 171.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 179 158 220 0.19 0.28 0 0.14 260.32 0.47 0.74
Hex B3 9E DC 13 1C 0 E 104 2F 4A
Octal 263 236 334 23 34 0 16 404 57 112
Binary 10110011 10011110 11011100 10011 11100 0 1110 100000100 101111 1001010

Color Harmonies of #B39EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39EDC

Black with #B39EDC

Text Example


Text Example

White with #B39EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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