#B289D8

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

Shades of Biloba Flower #B289D8

Tints of Biloba Flower #B289D8

Color information

#B289D8 (or 0xB289D8) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and D8. RGB value is (178,137,216). Sum of RGB (Red+Green+Blue) = 178+137+216=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #B289D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289D8 is #4D7627. Grayscale: #9D9D9D. Windows color (decimal): -5076520 or 14191026. OLE color: 14191026.

HSL color Cylindrical-coordinate representation of color #B289D8: hue angle of 271.14º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B289D8 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178137216-
CMYK0.180.3700.15
HSL271.14º50.32%69.22%-
HSV(B)271.14º36.57%84.71%-
XYZ39.732.3169.11-
YUV158.26160.58142.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=33.52%
G=25.80%
B=40.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781372160.180.3700.15271.1450.3269.22
HexB289D812250F10f3245
Octal262211330224501741762105
Binary10110010100010011101100010010100101011111000011111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289D8; }

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

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

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

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

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

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

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

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