#B87AEF

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

Shades of Biloba Flower #B87AEF

Tints of Biloba Flower #B87AEF

Color information

#B87AEF (or 0xB87AEF) is unknown color: approx Biloba Flower. HEX triplet: B8, 7A and EF. RGB value is (184,122,239). Sum of RGB (Red+Green+Blue) = 184+122+239=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #B87AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87AEF is #478510. Grayscale: #999999. Windows color (decimal): -4687121 or 15694520. OLE color: 15694520.

HSL color Cylindrical-coordinate representation of color #B87AEF: hue angle of 271.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B87AEF is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184122239-
CMYK0.230.4900.06
HSL271.79º78.52%70.78%-
HSV(B)271.79º48.95%93.73%-
XYZ42.3130.3485.29-
YUV153.88176.04149.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=33.76%
G=22.39%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841222390.230.4900.06271.7978.5270.78
HexB87AEF1731061104f47
Octal270172357276106420117107
Binary1011100011110101110111110111110001011010001000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AEF; }

 p { color: rgb(184,122,239); }

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

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

 a { background-color: rgb(184,122,239); }

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

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

 span { border-color: rgb(184,122,239); }

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