#B87DF4

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

Shades of Biloba Flower #B87DF4

Tints of Biloba Flower #B87DF4

Color information

#B87DF4 (or 0xB87DF4) is unknown color: approx Biloba Flower. HEX triplet: B8, 7D and F4. RGB value is (184,125,244). Sum of RGB (Red+Green+Blue) = 184+125+244=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #B87DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DF4 is #47820B. Grayscale: #9B9B9B. Windows color (decimal): -4686348 or 16022968. OLE color: 16022968.

HSL color Cylindrical-coordinate representation of color #B87DF4: hue angle of 269.75º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87DF4 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB184125244-
CMYK0.250.4900.04
HSL269.75º84.4%72.35%-
HSV(B)269.75º48.77%95.69%-
XYZ43.4331.3989.36-
YUV156.21177.55147.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 244 (95.70% from 255) = 44.12%
R=33.27%
G=22.60%
B=44.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1841252440.250.4900.04269.7584.472.35
HexB87DF419310410e5448
Octal270175364316104416124110
Binary1011100011111011111010011001110001010010000111010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DF4; }

 p { color: rgb(184,125,244); }

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

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

 a { background-color: rgb(184,125,244); }

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

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

 span { border-color: rgb(184,125,244); }

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