#B689F6

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

Shades of Biloba Flower #B689F6

Tints of Biloba Flower #B689F6

Color information

#B689F6 (or 0xB689F6) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and F6. RGB value is (182,137,246). Sum of RGB (Red+Green+Blue) = 182+137+246=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #B689F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689F6 is #497609. Grayscale: #A2A2A2. Windows color (decimal): -4814346 or 16157110. OLE color: 16157110.

HSL color Cylindrical-coordinate representation of color #B689F6: hue angle of 264.77º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B689F6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182137246-
CMYK0.260.4400.04
HSL264.77º85.83%75.1%-
HSV(B)264.77º44.31%96.47%-
XYZ44.8734.4991.48-
YUV162.88174.91141.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=32.21%
G=24.25%
B=43.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821372460.260.4400.04264.7785.8375.1
HexB689F61A2C04109564b
Octal266211366325404411126113
Binary10110110100010011111011011010101100010010000100110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689F6; }

 p { color: rgb(182,137,246); }

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

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

 a { background-color: rgb(182,137,246); }

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

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

 span { border-color: rgb(182,137,246); }

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