#B984EC

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

Shades of Biloba Flower #B984EC

Tints of Biloba Flower #B984EC

Color information

#B984EC (or 0xB984EC) is unknown color: approx Biloba Flower. HEX triplet: B9, 84 and EC. RGB value is (185,132,236). Sum of RGB (Red+Green+Blue) = 185+132+236=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B984EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984EC is #467B13. Grayscale: #9F9F9F. Windows color (decimal): -4619028 or 15500473. OLE color: 15500473.

HSL color Cylindrical-coordinate representation of color #B984EC: hue angle of 270.58º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B984EC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185132236-
CMYK0.220.4400.07
HSL270.58º73.24%72.16%-
HSV(B)270.58º44.07%92.55%-
XYZ43.432.8783.41-
YUV159.7171.06146.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=33.45%
G=23.87%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851322360.220.4400.07270.5873.2472.16
HexB984EC162C0710f4948
Octal271204354265407417111110
Binary10111001100001001110110010110101100011110000111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984EC; }

 p { color: rgb(185,132,236); }

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

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

 a { background-color: rgb(185,132,236); }

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

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

 span { border-color: rgb(185,132,236); }

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