#B87DEA

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

Shades of Biloba Flower #B87DEA

Tints of Biloba Flower #B87DEA

Color information

#B87DEA (or 0xB87DEA) is unknown color: approx Biloba Flower. HEX triplet: B8, 7D and EA. RGB value is (184,125,234). Sum of RGB (Red+Green+Blue) = 184+125+234=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #B87DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87DEA is #478215. Grayscale: #9A9A9A. Windows color (decimal): -4686358 or 15367608. OLE color: 15367608.

HSL color Cylindrical-coordinate representation of color #B87DEA: hue angle of 272.48º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B87DEA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184125234-
CMYK0.210.4700.08
HSL272.48º72.19%70.39%-
HSV(B)272.48º46.58%91.76%-
XYZ41.9530.881.58-
YUV155.07172.55148.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 125 (49.22% from 255) = 23.02%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=33.89%
G=23.02%
B=43.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841252340.210.4700.08272.4872.1970.39
HexB87DEA152F081104846
Octal2701753522557010420110106
Binary10111000111110111101010101011011110100010001000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87DEA; }

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

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

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

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

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

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

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

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