#B69EE3

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

Shades of Biloba Flower #B69EE3

Tints of Biloba Flower #B69EE3

Color information

#B69EE3 (or 0xB69EE3) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and E3. RGB value is (182,158,227). Sum of RGB (Red+Green+Blue) = 182+158+227=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #B69EE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EE3 is #49611C. Grayscale: #ACACAC. Windows color (decimal): -4808989 or 14917302. OLE color: 14917302.

HSL color Cylindrical-coordinate representation of color #B69EE3: hue angle of 260.87º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B69EE3 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182158227-
CMYK0.200.3000.11
HSL260.87º55.2%75.49%-
HSV(B)260.87º30.4%89.02%-
XYZ45.3839.9477.99-
YUV173.04158.45134.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=32.10%
G=27.87%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821582270.200.3000.11260.8755.275.49
HexB69EE3141E0B105374b
Octal266236343243601340567113
Binary1011011010011110111000111010011110010111000001011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EE3; }

 p { color: rgb(182,158,227); }

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

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

 a { background-color: rgb(182,158,227); }

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

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

 span { border-color: rgb(182,158,227); }

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