#B884FF

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

Shades of Biloba Flower #B884FF

Tints of Biloba Flower #B884FF

Color information

#B884FF (or 0xB884FF) is unknown color: approx Biloba Flower. HEX triplet: B8, 84 and FF. RGB value is (184,132,255). Sum of RGB (Red+Green+Blue) = 184+132+255=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B884FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B884FF is #477B00. Grayscale: #A1A1A1. Windows color (decimal): -4684545 or 16745656. OLE color: 16745656.

HSL color Cylindrical-coordinate representation of color #B884FF: hue angle of 265.37º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B884FF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184132255-
CMYK0.280.4800
HSL265.37º100%75.88%-
HSV(B)265.37º48.24%100%-
XYZ46.0733.9198.73-
YUV161.57180.73144-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 255 (100% from 255) = 44.66%
R=32.22%
G=23.12%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841322550.280.4800265.3710075.88
HexB884FF1C3000109644c
Octal270204377346000411144114
Binary101110001000010011111111111001100000010000100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884FF; }

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

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

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

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

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

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

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

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