#B687DD

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

Shades of Biloba Flower #B687DD

Tints of Biloba Flower #B687DD

Color information

#B687DD (or 0xB687DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 87 and DD. RGB value is (182,135,221). Sum of RGB (Red+Green+Blue) = 182+135+221=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B687DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B687DD is #497822. Grayscale: #9E9E9E. Windows color (decimal): -4814883 or 14518198. OLE color: 14518198.

HSL color Cylindrical-coordinate representation of color #B687DD: hue angle of 272.79º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B687DD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182135221-
CMYK0.180.3900.13
HSL272.79º55.84%69.8%-
HSV(B)272.79º38.91%86.67%-
XYZ41.0132.4972.52-
YUV158.86163.07144.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=33.83%
G=25.09%
B=41.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821352210.180.3900.13272.7955.8469.8
HexB687DD12270D1113846
Octal266207335224701542170106
Binary10110110100001111101110110010100111011011000100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B687DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B687DD; }

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

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

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

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

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

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

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

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