#B287D5

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

Shades of Biloba Flower #B287D5

Tints of Biloba Flower #B287D5

Color information

#B287D5 (or 0xB287D5) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and D5. RGB value is (178,135,213). Sum of RGB (Red+Green+Blue) = 178+135+213=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #B287D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287D5 is #4D782A. Grayscale: #9C9C9C. Windows color (decimal): -5077035 or 13993906. OLE color: 13993906.

HSL color Cylindrical-coordinate representation of color #B287D5: hue angle of 273.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B287D5 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178135213-
CMYK0.160.3700.16
HSL273.08º48.15%68.24%-
HSV(B)273.08º36.62%83.53%-
XYZ39.0331.666.99-
YUV156.75159.75143.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 135 (53.12% from 255) = 25.67%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=33.84%
G=25.67%
B=40.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781352130.160.3700.16273.0848.1568.24
HexB287D510250101113044
Octal262207325204502042160104
Binary101100101000011111010101100001001010100001000100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287D5; }

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

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

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

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

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

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

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

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