#B687FF

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

Shades of Biloba Flower #B687FF

Tints of Biloba Flower #B687FF

Color information

#B687FF (or 0xB687FF) is unknown color: approx Biloba Flower. HEX triplet: B6, 87 and FF. RGB value is (182,135,255). Sum of RGB (Red+Green+Blue) = 182+135+255=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B687FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B687FF is #497800. Grayscale: #A2A2A2. Windows color (decimal): -4814849 or 16746422. OLE color: 16746422.

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

Color convert

RGB182135255-
CMYK0.290.4700
HSL263.5º100%76.47%-
HSV(B)263.5º47.06%100%-
XYZ46.0134.4998.84-
YUV162.73180.07141.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 255 (100% from 255) = 44.58%
R=31.82%
G=23.60%
B=44.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821352550.290.4700263.510076.47
HexB687FF1D2F00108644c
Octal266207377355700410144114
Binary101101101000011111111111111011011110010000100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B687FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B687FF; }

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

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

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

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

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

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

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

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