#B285E9

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

Shades of Biloba Flower #B285E9

Tints of Biloba Flower #B285E9

Color information

#B285E9 (or 0xB285E9) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and E9. RGB value is (178,133,233). Sum of RGB (Red+Green+Blue) = 178+133+233=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #B285E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285E9 is #4D7A16. Grayscale: #9D9D9D. Windows color (decimal): -5077527 or 15304114. OLE color: 15304114.

HSL color Cylindrical-coordinate representation of color #B285E9: hue angle of 267º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B285E9 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178133233-
CMYK0.240.4300.09
HSL267º69.44%71.76%-
HSV(B)267º42.92%91.37%-
XYZ41.4632.1281.11-
YUV157.86170.41142.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 233 (91.41% from 255) = 42.83%
R=32.72%
G=24.45%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781332330.240.4300.0926769.4471.76
HexB285E9182B0910b4548
Octal2622053513053011413105110
Binary101100101000010111101001110001010110100110000101110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285E9; }

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

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

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

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

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

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

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

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