#B885F9

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

Shades of Biloba Flower #B885F9

Tints of Biloba Flower #B885F9

Color information

#B885F9 (or 0xB885F9) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and F9. RGB value is (184,133,249). Sum of RGB (Red+Green+Blue) = 184+133+249=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #B885F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885F9 is #477A06. Grayscale: #A1A1A1. Windows color (decimal): -4684295 or 16352696. OLE color: 16352696.

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

Color convert

RGB184133249-
CMYK0.260.4700.02
HSL266.38º90.62%74.9%-
HSV(B)266.38º46.59%97.65%-
XYZ45.2533.893.76-
YUV161.47177.4144.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.51%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 249 (97.66% from 255) = 43.99%
R=32.51%
G=23.50%
B=43.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841332490.260.4700.02266.3890.6274.9
HexB885F91A2F0210a5b4b
Octal270205371325702412133113
Binary1011100010000101111110011101010111101010000101010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885F9; }

 p { color: rgb(184,133,249); }

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

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

 a { background-color: rgb(184,133,249); }

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

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

 span { border-color: rgb(184,133,249); }

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