#B887F2

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

Shades of Biloba Flower #B887F2

Tints of Biloba Flower #B887F2

Color information

#B887F2 (or 0xB887F2) is unknown color: approx Biloba Flower. HEX triplet: B8, 87 and F2. RGB value is (184,135,242). Sum of RGB (Red+Green+Blue) = 184+135+242=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #B887F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B887F2 is #47780D. Grayscale: #A1A1A1. Windows color (decimal): -4683790 or 15894456. OLE color: 15894456.

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

Color convert

RGB184135242-
CMYK0.240.4400.05
HSL267.48º80.45%73.92%-
HSV(B)267.48º44.21%94.9%-
XYZ44.4633.9388.21-
YUV161.85173.23143.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 242 (94.92% from 255) = 43.14%
R=32.80%
G=24.06%
B=43.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841352420.240.4400.05267.4880.4573.92
HexB887F2182C0510b504a
Octal270207362305405413120112
Binary10111000100001111111001011000101100010110000101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887F2; }

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

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

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

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

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

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

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

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