#B688FF

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

Shades of Biloba Flower #B688FF

Tints of Biloba Flower #B688FF

Color information

#B688FF (or 0xB688FF) is unknown color: approx Biloba Flower. HEX triplet: B6, 88 and FF. RGB value is (182,136,255). Sum of RGB (Red+Green+Blue) = 182+136+255=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B688FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688FF is #497700. Grayscale: #A2A2A2. Windows color (decimal): -4814593 or 16746678. OLE color: 16746678.

HSL color Cylindrical-coordinate representation of color #B688FF: hue angle of 263.19º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B688FF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182136255-
CMYK0.290.4700
HSL263.19º100%76.67%-
HSV(B)263.19º46.67%100%-
XYZ46.1534.7798.89-
YUV163.32179.74141.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 44.50%
R=31.76%
G=23.73%
B=44.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821362550.290.4700263.1910076.67
HexB688FF1D2F00107644d
Octal266210377355700407144115
Binary101101101000100011111111111011011110010000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B688FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B688FF; }

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

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

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

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

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

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

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

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