#B396DB

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

Shades of Biloba Flower #B396DB

Tints of Biloba Flower #B396DB

Color information

#B396DB (or 0xB396DB) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and DB. RGB value is (179,150,219). Sum of RGB (Red+Green+Blue) = 179+150+219=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B396DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396DB is #4C6924. Grayscale: #A6A6A6. Windows color (decimal): -5007653 or 14390963. OLE color: 14390963.

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

Color convert

RGB179150219-
CMYK0.180.3200.14
HSL265.22º48.94%72.35%-
HSV(B)265.22º31.51%85.88%-
XYZ42.2836.5171.84-
YUV166.54157.61136.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=32.66%
G=27.37%
B=39.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791502190.180.3200.14265.2248.9472.35
HexB396DB12200E1093148
Octal263226333224001641161110
Binary10110011100101101101101110010100000011101000010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396DB; }

 p { color: rgb(179,150,219); }

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

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

 a { background-color: rgb(179,150,219); }

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

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

 span { border-color: rgb(179,150,219); }

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