#B69FE9

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

Shades of Biloba Flower #B69FE9

Tints of Biloba Flower #B69FE9

Color information

#B69FE9 (or 0xB69FE9) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and E9. RGB value is (182,159,233). Sum of RGB (Red+Green+Blue) = 182+159+233=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #B69FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69FE9 is #496016. Grayscale: #AEAEAE. Windows color (decimal): -4808727 or 15310774. OLE color: 15310774.

HSL color Cylindrical-coordinate representation of color #B69FE9: hue angle of 258.65º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B69FE9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182159233-
CMYK0.220.3200.09
HSL258.65º62.71%76.86%-
HSV(B)258.65º31.76%91.37%-
XYZ46.440.6282.49-
YUV174.31161.12133.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 233 (91.41% from 255) = 40.59%
R=31.71%
G=27.70%
B=40.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821592330.220.3200.09258.6562.7176.86
HexB69FE91620091033f4d
Octal266237351264001140377115
Binary10110110100111111110100110110100000010011000000111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FE9; }

 p { color: rgb(182,159,233); }

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

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

 a { background-color: rgb(182,159,233); }

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

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

 span { border-color: rgb(182,159,233); }

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