#B284FC

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

Shades of Biloba Flower #B284FC

Tints of Biloba Flower #B284FC

Color information

#B284FC (or 0xB284FC) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and FC. RGB value is (178,132,252). Sum of RGB (Red+Green+Blue) = 178+132+252=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #B284FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284FC is #4D7B03. Grayscale: #9F9F9F. Windows color (decimal): -5077764 or 16549042. OLE color: 16549042.

HSL color Cylindrical-coordinate representation of color #B284FC: hue angle of 263º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B284FC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178132252-
CMYK0.290.4800.01
HSL263º95.24%75.29%-
HSV(B)263º47.62%98.82%-
XYZ44.183396.14-
YUV159.43180.24141.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=31.67%
G=23.49%
B=44.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781322520.290.4800.0126395.2475.29
HexB284FC1D30011075f4b
Octal262204374356001407137113
Binary101100101000010011111100111011100000110000011110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284FC; }

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

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

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

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

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

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

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

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