#B39CDD

Color #B39CDD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B39CDD

Tints of Biloba Flower #B39CDD

Color information

#B39CDD (or 0xB39CDD) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and DD. RGB value is (179,156,221). Sum of RGB (Red+Green+Blue) = 179+156+221=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #B39CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CDD is #4C6322. Grayscale: #AAAAAA. Windows color (decimal): -5006115 or 14523571. OLE color: 14523571.

HSL color Cylindrical-coordinate representation of color #B39CDD: hue angle of 261.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B39CDD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179156221-
CMYK0.190.2900.13
HSL261.23º48.87%73.92%-
HSV(B)261.23º29.41%86.67%-
XYZ43.5338.5873.56-
YUV170.29156.62134.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=32.19%
G=28.06%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791562210.190.2900.13261.2348.8773.92
HexB39CDD131D0D105314a
Octal263234335233501540561112
Binary1011001110011100110111011001111101011011000001011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CDD; }

 p { color: rgb(179,156,221); }

 H1.HeaderClassName
 {
   color: #B39CDD;
 }
 .AnyTagClassName
 {
   color: #B39CDD;
 }
</style>
background-color css

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

 a { background-color: rgb(179,156,221); }

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

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

 span { border-color: rgb(179,156,221); }

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