#B87DEF

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

Shades of Biloba Flower #B87DEF

Tints of Biloba Flower #B87DEF

Color information

#B87DEF (or 0xB87DEF) is unknown color: approx Biloba Flower. HEX triplet: B8, 7D and EF. RGB value is (184,125,239). Sum of RGB (Red+Green+Blue) = 184+125+239=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #B87DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DEF is #478210. Grayscale: #9B9B9B. Windows color (decimal): -4686353 or 15695288. OLE color: 15695288.

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

Color convert

RGB184125239-
CMYK0.230.4800.06
HSL271.05º78.08%71.37%-
HSV(B)271.05º47.7%93.73%-
XYZ42.6831.0985.41-
YUV155.64175.05148.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=33.58%
G=22.81%
B=43.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841252390.230.4800.06271.0578.0871.37
HexB87DEF17300610f4e47
Octal270175357276006417116107
Binary1011100011111011110111110111110000011010000111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DEF; }

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

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

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

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

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

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

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

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