#B69AF3

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

Shades of Biloba Flower #B69AF3

Tints of Biloba Flower #B69AF3

Color information

#B69AF3 (or 0xB69AF3) is unknown color: approx Biloba Flower. HEX triplet: B6, 9A and F3. RGB value is (182,154,243). Sum of RGB (Red+Green+Blue) = 182+154+243=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #B69AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69AF3 is #49650C. Grayscale: #ACACAC. Windows color (decimal): -4809997 or 15964854. OLE color: 15964854.

HSL color Cylindrical-coordinate representation of color #B69AF3: hue angle of 258.88º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B69AF3 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182154243-
CMYK0.250.3700.05
HSL258.88º78.76%77.84%-
HSV(B)258.88º36.63%95.29%-
XYZ47.0239.5389.95-
YUV172.52167.78134.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 243 (95.31% from 255) = 41.97%
R=31.43%
G=26.60%
B=41.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821542430.250.3700.05258.8878.7677.84
HexB69AF31925051034f4e
Octal266232363314505403117116
Binary10110110100110101111001111001100101010110000001110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69AF3; }

 p { color: rgb(182,154,243); }

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

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

 a { background-color: rgb(182,154,243); }

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

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

 span { border-color: rgb(182,154,243); }

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