#B285EB

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

Shades of Biloba Flower #B285EB

Tints of Biloba Flower #B285EB

Color information

#B285EB (or 0xB285EB) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and EB. RGB value is (178,133,235). Sum of RGB (Red+Green+Blue) = 178+133+235=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #B285EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285EB is #4D7A14. Grayscale: #9D9D9D. Windows color (decimal): -5077525 or 15435186. OLE color: 15435186.

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

Color convert

RGB178133235-
CMYK0.240.4300.08
HSL266.47º71.83%72.16%-
HSV(B)266.47º43.4%92.16%-
XYZ41.7432.2482.62-
YUV158.08171.41142.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=32.60%
G=24.36%
B=43.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781332350.240.4300.08266.4771.8372.16
HexB285EB182B0810a4848
Octal2622053533053010412110110
Binary101100101000010111101011110001010110100010000101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285EB; }

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

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

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

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

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

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

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

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