#B285DE

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

Shades of Biloba Flower #B285DE

Tints of Biloba Flower #B285DE

Color information

#B285DE (or 0xB285DE) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and DE. RGB value is (178,133,222). Sum of RGB (Red+Green+Blue) = 178+133+222=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #B285DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285DE is #4D7A21. Grayscale: #9C9C9C. Windows color (decimal): -5077538 or 14583218. OLE color: 14583218.

HSL color Cylindrical-coordinate representation of color #B285DE: hue angle of 270.34º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B285DE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178133222-
CMYK0.200.4000.13
HSL270.34º57.42%69.61%-
HSV(B)270.34º40.09%87.06%-
XYZ39.9331.5173.09-
YUV156.6164.91143.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=33.40%
G=24.95%
B=41.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781332220.200.4000.13270.3457.4269.61
HexB285DE14280D10e3946
Octal262205336245001541671106
Binary10110010100001011101111010100101000011011000011101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285DE; }

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

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

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

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

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

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

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

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