#B884FC

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

Shades of Biloba Flower #B884FC

Tints of Biloba Flower #B884FC

Color information

#B884FC (or 0xB884FC) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and FC. RGB value is (184,132,252). Sum of RGB (Red+Green+Blue) = 184+132+252=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #B884FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884FC is #477B03. Grayscale: #A0A0A0. Windows color (decimal): -4684548 or 16549048. OLE color: 16549048.

HSL color Cylindrical-coordinate representation of color #B884FC: hue angle of 266º 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 #B884FC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184132252-
CMYK0.270.4800.01
HSL266º95.24%75.29%-
HSV(B)266º47.62%98.82%-
XYZ45.5933.7296.2-
YUV161.23179.23144.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.39%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=32.39%
G=23.24%
B=44.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841322520.270.4800.0126695.2475.29
HexB884FC1B300110a5f4b
Octal270204374336001412137113
Binary101110001000010011111100110111100000110000101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884FC; }

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

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

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

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

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

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

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

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