#B885FC

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

Shades of Biloba Flower #B885FC

Tints of Biloba Flower #B885FC

Color information

#B885FC (or 0xB885FC) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and FC. RGB value is (184,133,252). Sum of RGB (Red+Green+Blue) = 184+133+252=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #B885FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885FC is #477A03. Grayscale: #A1A1A1. Windows color (decimal): -4684292 or 16549304. OLE color: 16549304.

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

Color convert

RGB184133252-
CMYK0.270.4700.01
HSL265.71º95.2%75.49%-
HSV(B)265.71º47.22%98.82%-
XYZ45.7333.9996.25-
YUV161.82178.9143.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=32.34%
G=23.37%
B=44.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841332520.270.4700.01265.7195.275.49
HexB885FC1B2F0110a5f4b
Octal270205374335701412137113
Binary101110001000010111111100110111011110110000101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885FC; }

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

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

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

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

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

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

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

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