#B285FA

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

Shades of Biloba Flower #B285FA

Tints of Biloba Flower #B285FA

Color information

#B285FA (or 0xB285FA) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and FA. RGB value is (178,133,250). Sum of RGB (Red+Green+Blue) = 178+133+250=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #B285FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285FA is #4D7A05. Grayscale: #9F9F9F. Windows color (decimal): -5077510 or 16418226. OLE color: 16418226.

HSL color Cylindrical-coordinate representation of color #B285FA: hue angle of 263.08º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B285FA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178133250-
CMYK0.290.4700.02
HSL263.08º92.13%75.1%-
HSV(B)263.08º46.8%98.04%-
XYZ4433.1494.52-
YUV159.79178.91140.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=31.73%
G=23.71%
B=44.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781332500.290.4700.02263.0892.1375.1
HexB285FA1D2F021075c4b
Octal262205372355702407134113
Binary1011001010000101111110101110110111101010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285FA; }

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

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

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

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

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

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

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

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