#B284F1

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

Shades of Biloba Flower #B284F1

Tints of Biloba Flower #B284F1

Color information

#B284F1 (or 0xB284F1) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and F1. RGB value is (178,132,241). Sum of RGB (Red+Green+Blue) = 178+132+241=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #B284F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284F1 is #4D7B0E. Grayscale: #9D9D9D. Windows color (decimal): -5077775 or 15828146. OLE color: 15828146.

HSL color Cylindrical-coordinate representation of color #B284F1: hue angle of 265.32º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B284F1 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178132241-
CMYK0.260.4500.05
HSL265.32º79.56%73.14%-
HSV(B)265.32º45.23%94.51%-
XYZ42.4932.3287.22-
YUV158.18174.74142.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=32.30%
G=23.96%
B=43.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781322410.260.4500.05265.3279.5673.14
HexB284F11A2D051095049
Octal262204361325505411120111
Binary10110010100001001111000111010101101010110000100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284F1; }

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

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

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

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

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

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

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

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