#B285DA

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

Shades of Biloba Flower #B285DA

Tints of Biloba Flower #B285DA

Color information

#B285DA (or 0xB285DA) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and DA. RGB value is (178,133,218). Sum of RGB (Red+Green+Blue) = 178+133+218=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #B285DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285DA is #4D7A25. Grayscale: #9B9B9B. Windows color (decimal): -5077542 or 14321074. OLE color: 14321074.

HSL color Cylindrical-coordinate representation of color #B285DA: hue angle of 271.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B285DA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178133218-
CMYK0.180.3900.15
HSL271.76º53.46%68.82%-
HSV(B)271.76º38.99%85.49%-
XYZ39.431.370.29-
YUV156.15162.91143.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.65%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=33.65%
G=25.14%
B=41.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781332180.180.3900.15271.7653.4668.82
HexB285DA12270F1103545
Octal262205332224701742065105
Binary10110010100001011101101010010100111011111000100001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285DA; }

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

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

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

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

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

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

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

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