#B984DE

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

Shades of Biloba Flower #B984DE

Tints of Biloba Flower #B984DE

Color information

#B984DE (or 0xB984DE) is unknown color: approx Biloba Flower. HEX triplet: B9, 84 and DE. RGB value is (185,132,222). Sum of RGB (Red+Green+Blue) = 185+132+222=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #B984DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984DE is #467B21. Grayscale: #9D9D9D. Windows color (decimal): -4619042 or 14582969. OLE color: 14582969.

HSL color Cylindrical-coordinate representation of color #B984DE: hue angle of 275.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B984DE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185132222-
CMYK0.170.4100.13
HSL275.33º57.69%69.41%-
HSV(B)275.33º40.54%87.06%-
XYZ41.4432.0973.12-
YUV158.11164.06147.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=34.32%
G=24.49%
B=41.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851322220.170.4100.13275.3357.6969.41
HexB984DE11290D1133a45
Octal271204336215101542372105
Binary10111001100001001101111010001101001011011000100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984DE; }

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

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

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

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

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

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

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

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