#B284FA

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

Shades of Biloba Flower #B284FA

Tints of Biloba Flower #B284FA

Color information

#B284FA (or 0xB284FA) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and FA. RGB value is (178,132,250). Sum of RGB (Red+Green+Blue) = 178+132+250=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B284FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284FA is #4D7B05. Grayscale: #9E9E9E. Windows color (decimal): -5077766 or 16417970. OLE color: 16417970.

HSL color Cylindrical-coordinate representation of color #B284FA: hue angle of 263.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B284FA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178132250-
CMYK0.290.4700.02
HSL263.39º92.19%74.9%-
HSV(B)263.39º47.2%98.04%-
XYZ43.8732.8794.47-
YUV159.21179.24141.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=31.79%
G=23.57%
B=44.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781322500.290.4700.02263.3992.1974.9
HexB284FA1D2F021075c4b
Octal262204372355702407134113
Binary1011001010000100111110101110110111101010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284FA; }

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

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

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

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

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

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

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

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