#B284EB

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

Shades of Biloba Flower #B284EB

Tints of Biloba Flower #B284EB

Color information

#B284EB (or 0xB284EB) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and EB. RGB value is (178,132,235). Sum of RGB (Red+Green+Blue) = 178+132+235=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #B284EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284EB is #4D7B14. Grayscale: #9D9D9D. Windows color (decimal): -5077781 or 15434930. OLE color: 15434930.

HSL color Cylindrical-coordinate representation of color #B284EB: hue angle of 266.8º degrees, saturation: 0.72, 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 #B284EB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178132235-
CMYK0.240.4400.08
HSL266.8º72.03%71.96%-
HSV(B)266.8º43.83%92.16%-
XYZ41.6131.9782.57-
YUV157.5171.74142.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=32.66%
G=24.22%
B=43.12%

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
Decimal1781322350.240.4400.08266.872.0371.96
HexB284EB182C0810b4848
Octal2622043533054010413110110
Binary101100101000010011101011110001011000100010000101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284EB; }

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

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

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

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

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

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

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

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