#B287DE

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

Shades of Biloba Flower #B287DE

Tints of Biloba Flower #B287DE

Color information

#B287DE (or 0xB287DE) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and DE. RGB value is (178,135,222). Sum of RGB (Red+Green+Blue) = 178+135+222=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #B287DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287DE is #4D7821. Grayscale: #9D9D9D. Windows color (decimal): -5077026 or 14583730. OLE color: 14583730.

HSL color Cylindrical-coordinate representation of color #B287DE: hue angle of 269.66º degrees, saturation: 0.57, 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 #B287DE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178135222-
CMYK0.200.3900.13
HSL269.66º56.86%70%-
HSV(B)269.66º39.19%87.06%-
XYZ40.2132.0773.18-
YUV157.77164.25142.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=33.27%
G=25.23%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781352220.200.3900.13269.6656.8670
HexB287DE14270D10e3946
Octal262207336244701541671106
Binary10110010100001111101111010100100111011011000011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287DE; }

 p { color: rgb(178,135,222); }

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

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

 a { background-color: rgb(178,135,222); }

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

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

 span { border-color: rgb(178,135,222); }

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