#B688F9

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

Shades of Biloba Flower #B688F9

Tints of Biloba Flower #B688F9

Color information

#B688F9 (or 0xB688F9) is unknown color: approx Biloba Flower. HEX triplet: B6, 88 and F9. RGB value is (182,136,249). Sum of RGB (Red+Green+Blue) = 182+136+249=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #B688F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688F9 is #497706. Grayscale: #A2A2A2. Windows color (decimal): -4814599 or 16353462. OLE color: 16353462.

HSL color Cylindrical-coordinate representation of color #B688F9: hue angle of 264.42º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B688F9 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182136249-
CMYK0.270.4500.02
HSL264.42º90.4%75.49%-
HSV(B)264.42º45.38%97.65%-
XYZ45.1934.3993.88-
YUV162.64176.74141.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 136 (53.52% from 255) = 23.99%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=32.10%
G=23.99%
B=43.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821362490.270.4500.02264.4290.475.49
HexB688F91B2D021085a4b
Octal266210371335502410132113
Binary1011011010001000111110011101110110101010000100010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688F9; }

 p { color: rgb(182,136,249); }

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

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

 a { background-color: rgb(182,136,249); }

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

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

 span { border-color: rgb(182,136,249); }

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