#B289E1

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

Shades of Biloba Flower #B289E1

Tints of Biloba Flower #B289E1

Color information

#B289E1 (or 0xB289E1) is unknown color: approx Biloba Flower. HEX triplet: B2, 89 and E1. RGB value is (178,137,225). Sum of RGB (Red+Green+Blue) = 178+137+225=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #B289E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289E1 is #4D761E. Grayscale: #9E9E9E. Windows color (decimal): -5076511 or 14780850. OLE color: 14780850.

HSL color Cylindrical-coordinate representation of color #B289E1: hue angle of 267.95º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B289E1 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178137225-
CMYK0.210.3900.12
HSL267.95º59.46%70.98%-
HSV(B)267.95º39.11%88.24%-
XYZ40.932.7975.41-
YUV159.29165.08141.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=32.96%
G=25.37%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781372250.210.3900.12267.9559.4670.98
HexB289E115270C10c3b47
Octal262211341254701441473107
Binary10110010100010011110000110101100111011001000011001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289E1; }

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

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

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

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

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

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

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

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