#B885F2

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

Shades of Biloba Flower #B885F2

Tints of Biloba Flower #B885F2

Color information

#B885F2 (or 0xB885F2) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and F2. RGB value is (184,133,242). Sum of RGB (Red+Green+Blue) = 184+133+242=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #B885F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885F2 is #477A0D. Grayscale: #A0A0A0. Windows color (decimal): -4684302 or 15893944. OLE color: 15893944.

HSL color Cylindrical-coordinate representation of color #B885F2: hue angle of 268.07º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B885F2 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184133242-
CMYK0.240.4500.05
HSL268.07º80.74%73.53%-
HSV(B)268.07º45.04%94.9%-
XYZ44.1833.3888.12-
YUV160.67173.9144.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=32.92%
G=23.79%
B=43.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841332420.240.4500.05268.0780.7473.53
HexB885F2182D0510c514a
Octal270205362305505414121112
Binary10111000100001011111001011000101101010110000110010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885F2; }

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

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

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

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

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

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

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

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