Html Css Color HEX #B39ADC Biloba Flower

📋 copy color: '#B39ADC'

red 179 ◦ green 154 ◦ blue 220

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

Shades of Biloba Flower #B39ADC

Tints of Biloba Flower #B39ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.85%

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

R = 32.37%
G = 27.85%
B = 39.78%

CMYK

 C value IS 0.19

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B39ADC (or 0xB39ADC) is known color: Biloba Flower. HEX triplet: B3, 9A and DC. RGB value is (179,154,220). Sum of RGB (Red+Green+Blue) = 179+154+220=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #B39ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ADC is #4C6523. Grayscale: #A8A8A8. Windows color (decimal): -5006628 or 14457523. OLE color: 14457523.

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

Color convert

RGB 179 154 220 -
CMYK 0.19 0.3 0 0.14
HSL 262.73º 0.49% 0.73% -
HSV(B) 262.73º 0.3% 0.86% -
XYZ 43.06 37.86 72.75 -
YUV 169 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 179 154 220 0.19 0.3 0 0.14 262.73 0.49 0.73
Hex B3 9A DC 13 1E 0 E 107 31 49
Octal 263 232 334 23 36 0 16 407 61 111
Binary 10110011 10011010 11011100 10011 11110 0 1110 100000111 110001 1001001

Color Harmonies of #B39ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39ADC

Black with #B39ADC

Text Example


Text Example

White with #B39ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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