#B284EE

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

Shades of Biloba Flower #B284EE

Tints of Biloba Flower #B284EE

Color information

#B284EE (or 0xB284EE) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and EE. RGB value is (178,132,238). Sum of RGB (Red+Green+Blue) = 178+132+238=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #B284EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EE is #4D7B11. Grayscale: #9D9D9D. Windows color (decimal): -5077778 or 15631538. OLE color: 15631538.

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

Color convert

RGB178132238-
CMYK0.250.4500.07
HSL266.04º75.71%72.55%-
HSV(B)266.04º44.54%93.33%-
XYZ42.0432.1484.88-
YUV157.84173.24142.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=32.48%
G=24.09%
B=43.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781322380.250.4500.07266.0475.7172.55
HexB284EE192D0710a4c49
Octal262204356315507412114111
Binary10110010100001001110111011001101101011110000101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284EE; }

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

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

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

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

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

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

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

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