Html Css Color HEX #B39FDC Biloba Flower

📋 copy color: '#B39FDC'

red 179 ◦ green 159 ◦ blue 220

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

Shades of Biloba Flower #B39FDC

Tints of Biloba Flower #B39FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

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

R = 32.08%
G = 28.49%
B = 39.43%

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

#B39FDC (or 0xB39FDC) is known color: Biloba Flower. HEX triplet: B3, 9F and DC. RGB value is (179,159,220). Sum of RGB (Red+Green+Blue) = 179+159+220=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B39FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FDC is #4C6023. Grayscale: #ABABAB. Windows color (decimal): -5005348 or 14458803. OLE color: 14458803.

HSL color Cylindrical-coordinate representation of color #B39FDC: hue angle of 259.67º 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 #B39FDC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 159 220 -
CMYK 0.19 0.28 0 0.14
HSL 259.67º 0.47% 0.74% -
HSV(B) 259.67º 0.28% 0.86% -
XYZ 43.91 39.55 73.03 -
YUV 171.93 155.13 133.04 -
System Red Green Blue C M Y K H S L
Decimal 179 159 220 0.19 0.28 0 0.14 259.67 0.47 0.74
Hex B3 9F DC 13 1C 0 E 104 2F 4A
Octal 263 237 334 23 34 0 16 404 57 112
Binary 10110011 10011111 11011100 10011 11100 0 1110 100000100 101111 1001010

Color Harmonies of #B39FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39FDC

Black with #B39FDC

Text Example


Text Example

White with #B39FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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