#B284EA

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

Shades of Biloba Flower #B284EA

Tints of Biloba Flower #B284EA

Color information

#B284EA (or 0xB284EA) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and EA. RGB value is (178,132,234). Sum of RGB (Red+Green+Blue) = 178+132+234=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #B284EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EA is #4D7B15. Grayscale: #9D9D9D. Windows color (decimal): -5077782 or 15369394. OLE color: 15369394.

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

Color convert

RGB178132234-
CMYK0.240.4400.08
HSL267.06º70.83%71.76%-
HSV(B)267.06º43.59%91.76%-
XYZ41.4631.9181.82-
YUV157.38171.24142.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=32.72%
G=24.26%
B=43.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781322340.240.4400.08267.0670.8371.76
HexB284EA182C0810b4748
Octal2622043523054010413107110
Binary101100101000010011101010110001011000100010000101110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284EA; }

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

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

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

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

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

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

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

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