#B983DE

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

Shades of Biloba Flower #B983DE

Tints of Biloba Flower #B983DE

Color information

#B983DE (or 0xB983DE) is unknown color: approx Biloba Flower. HEX triplet: B9, 83 and DE. RGB value is (185,131,222). Sum of RGB (Red+Green+Blue) = 185+131+222=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #B983DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983DE is #467C21. Grayscale: #9D9D9D. Windows color (decimal): -4619298 or 14582713. OLE color: 14582713.

HSL color Cylindrical-coordinate representation of color #B983DE: hue angle of 275.6º 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 #B983DE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185131222-
CMYK0.170.4100.13
HSL275.6º57.96%69.22%-
HSV(B)275.6º40.99%87.06%-
XYZ41.3131.8273.07-
YUV157.52164.39147.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=34.39%
G=24.35%
B=41.26%

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
Decimal1851312220.170.4100.13275.657.9669.22
HexB983DE11290D1143a45
Octal271203336215101542472105
Binary10111001100000111101111010001101001011011000101001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983DE; }

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

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

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

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

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

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

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

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