#B287EC

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

Shades of Biloba Flower #B287EC

Tints of Biloba Flower #B287EC

Color information

#B287EC (or 0xB287EC) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and EC. RGB value is (178,135,236). Sum of RGB (Red+Green+Blue) = 178+135+236=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B287EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287EC is #4D7813. Grayscale: #9F9F9F. Windows color (decimal): -5077012 or 15501234. OLE color: 15501234.

HSL color Cylindrical-coordinate representation of color #B287EC: hue angle of 265.54º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B287EC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178135236-
CMYK0.250.4300.07
HSL265.54º72.66%72.75%-
HSV(B)265.54º42.8%92.55%-
XYZ42.1632.8583.48-
YUV159.37171.25141.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=32.42%
G=24.59%
B=42.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781352360.250.4300.07265.5472.6672.75
HexB287EC192B0710a4949
Octal262207354315307412111111
Binary10110010100001111110110011001101011011110000101010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287EC; }

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

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

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

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

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

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

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

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