#B687DB

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

Shades of Biloba Flower #B687DB

Tints of Biloba Flower #B687DB

Color information

#B687DB (or 0xB687DB) is unknown color: approx Biloba Flower. HEX triplet: B6, 87 and DB. RGB value is (182,135,219). Sum of RGB (Red+Green+Blue) = 182+135+219=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B687DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687DB is #497824. Grayscale: #9E9E9E. Windows color (decimal): -4814885 or 14387126. OLE color: 14387126.

HSL color Cylindrical-coordinate representation of color #B687DB: hue angle of 273.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B687DB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182135219-
CMYK0.170.3800.14
HSL273.57º53.85%69.41%-
HSV(B)273.57º38.36%85.88%-
XYZ40.7432.3971.12-
YUV158.63162.07144.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=33.96%
G=25.19%
B=40.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821352190.170.3800.14273.5753.8569.41
HexB687DB11260E1123645
Octal266207333214601642266105
Binary10110110100001111101101110001100110011101000100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B687DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B687DB; }

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

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

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

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

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

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

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

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