#B885F7

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

Shades of Biloba Flower #B885F7

Tints of Biloba Flower #B885F7

Color information

#B885F7 (or 0xB885F7) is unknown color: approx Biloba Flower. HEX triplet: B8, 85 and F7. RGB value is (184,133,247). Sum of RGB (Red+Green+Blue) = 184+133+247=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 247 (96.88% from 255 or 43.79% from 564); Max value from RGB is 247 - color contains mainly: blue. Hex color #B885F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B885F7 is #477A08. Grayscale: #A0A0A0. Windows color (decimal): -4684297 or 16221624. OLE color: 16221624.

HSL color Cylindrical-coordinate representation of color #B885F7: hue angle of 266.84º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B885F7 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184133247-
CMYK0.260.4600.03
HSL266.84º87.69%74.51%-
HSV(B)266.84º46.15%96.86%-
XYZ44.9433.6892.13-
YUV161.24176.4144.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 133 (52.34% from 255) = 23.58%
BLUE value IS 247 (96.88% from 255) = 43.79%
R=32.62%
G=23.58%
B=43.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841332470.260.4600.03266.8487.6974.51
HexB885F71A2E0310b584b
Octal270205367325603413130113
Binary1011100010000101111101111101010111001110000101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885F7; }

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

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

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

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

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

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

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

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