#B287DD

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

Shades of Biloba Flower #B287DD

Tints of Biloba Flower #B287DD

Color information

#B287DD (or 0xB287DD) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and DD. RGB value is (178,135,221). Sum of RGB (Red+Green+Blue) = 178+135+221=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B287DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287DD is #4D7822. Grayscale: #9D9D9D. Windows color (decimal): -5077027 or 14518194. OLE color: 14518194.

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

Color convert

RGB178135221-
CMYK0.190.3900.13
HSL270º55.84%69.8%-
HSV(B)270º38.91%86.67%-
XYZ40.0832.0172.47-
YUV157.66163.75142.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=33.33%
G=25.28%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781352210.190.3900.1327055.8469.8
HexB287DD13270D10e3846
Octal262207335234701541670106
Binary10110010100001111101110110011100111011011000011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287DD; }

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

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

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

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

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

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

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

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