#B284FB

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

Shades of Biloba Flower #B284FB

Tints of Biloba Flower #B284FB

Color information

#B284FB (or 0xB284FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and FB. RGB value is (178,132,251). Sum of RGB (Red+Green+Blue) = 178+132+251=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #B284FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284FB is #4D7B04. Grayscale: #9E9E9E. Windows color (decimal): -5077765 or 16483506. OLE color: 16483506.

HSL color Cylindrical-coordinate representation of color #B284FB: hue angle of 263.19º degrees, saturation: 0.94, 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 #B284FB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178132251-
CMYK0.290.4700.02
HSL263.19º93.7%75.1%-
HSV(B)263.19º47.41%98.43%-
XYZ44.0232.9395.3-
YUV159.32179.74141.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=31.73%
G=23.53%
B=44.74%

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
Decimal1781322510.290.4700.02263.1993.775.1
HexB284FB1D2F021075e4b
Octal262204373355702407136113
Binary1011001010000100111110111110110111101010000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284FB; }

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

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

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

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

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

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

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

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