#B69FE3

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

Shades of Biloba Flower #B69FE3

Tints of Biloba Flower #B69FE3

Color information

#B69FE3 (or 0xB69FE3) is unknown color: approx Biloba Flower. HEX triplet: B6, 9F and E3. RGB value is (182,159,227). Sum of RGB (Red+Green+Blue) = 182+159+227=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: blue. Hex color #B69FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69FE3 is #49601C. Grayscale: #ADADAD. Windows color (decimal): -4808733 or 14917558. OLE color: 14917558.

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

Color convert

RGB182159227-
CMYK0.200.3000.11
HSL260.29º54.84%75.69%-
HSV(B)260.29º29.96%89.02%-
XYZ45.5540.2978.05-
YUV173.63158.12133.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.04%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=32.04%
G=27.99%
B=39.96%

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
Decimal1821592270.200.3000.11260.2954.8475.69
HexB69FE3141E0B104374c
Octal266237343243601340467114
Binary1011011010011111111000111010011110010111000001001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69FE3; }

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

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

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

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

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

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

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

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