#B285EE

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

Shades of Biloba Flower #B285EE

Tints of Biloba Flower #B285EE

Color information

#B285EE (or 0xB285EE) is unknown color: approx Biloba Flower. HEX triplet: B2, 85 and EE. RGB value is (178,133,238). Sum of RGB (Red+Green+Blue) = 178+133+238=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #B285EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B285EE is #4D7A11. Grayscale: #9E9E9E. Windows color (decimal): -5077522 or 15631794. OLE color: 15631794.

HSL color Cylindrical-coordinate representation of color #B285EE: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B285EE is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178133238-
CMYK0.250.4400.07
HSL265.71º75.54%72.75%-
HSV(B)265.71º44.12%93.33%-
XYZ42.1832.4184.92-
YUV158.43172.91141.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.42%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=32.42%
G=24.23%
B=43.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781332380.250.4400.07265.7175.5472.75
HexB285EE192C0710a4c49
Octal262205356315407412114111
Binary10110010100001011110111011001101100011110000101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B285EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B285EE; }

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

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

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

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

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

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

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

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