#B886FF

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

Shades of Biloba Flower #B886FF

Tints of Biloba Flower #B886FF

Color information

#B886FF (or 0xB886FF) is unknown color: approx Biloba Flower. HEX triplet: B8, 86 and FF. RGB value is (184,134,255). Sum of RGB (Red+Green+Blue) = 184+134+255=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B886FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886FF is #477900. Grayscale: #A2A2A2. Windows color (decimal): -4684033 or 16746168. OLE color: 16746168.

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

Color convert

RGB184134255-
CMYK0.280.4700
HSL264.79º100%76.27%-
HSV(B)264.79º47.45%100%-
XYZ46.3434.4698.82-
YUV162.74180.06143.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 134 (52.73% from 255) = 23.39%
BLUE value IS 255 (100% from 255) = 44.50%
R=32.11%
G=23.39%
B=44.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841342550.280.4700264.7910076.27
HexB886FF1C2F00109644c
Octal270206377345700411144114
Binary101110001000011011111111111001011110010000100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B886FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B886FF; }

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

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

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

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

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

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

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

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