#B289DC

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

Shades of Biloba Flower #B289DC

Tints of Biloba Flower #B289DC

Color information

#B289DC (or 0xB289DC) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and DC. RGB value is (178,137,220). Sum of RGB (Red+Green+Blue) = 178+137+220=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B289DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289DC is #4D7623. Grayscale: #9E9E9E. Windows color (decimal): -5076516 or 14453170. OLE color: 14453170.

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

Color convert

RGB178137220-
CMYK0.190.3800.14
HSL269.64º54.25%70%-
HSV(B)269.64º37.73%86.27%-
XYZ40.2232.5271.87-
YUV158.72162.58141.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 25.61%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=33.27%
G=25.61%
B=41.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781372200.190.3800.14269.6454.2570
HexB289DC13260E10e3646
Octal262211334234601641666106
Binary10110010100010011101110010011100110011101000011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289DC; }

 p { color: rgb(178,137,220); }

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

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

 a { background-color: rgb(178,137,220); }

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

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

 span { border-color: rgb(178,137,220); }

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