#B983DF

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

Shades of Biloba Flower #B983DF

Tints of Biloba Flower #B983DF

Color information

#B983DF (or 0xB983DF) is unknown color: approx Biloba Flower. HEX triplet: B9, 83 and DF. RGB value is (185,131,223). Sum of RGB (Red+Green+Blue) = 185+131+223=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #B983DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983DF is #467C20. Grayscale: #9D9D9D. Windows color (decimal): -4619297 or 14648249. OLE color: 14648249.

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

Color convert

RGB185131223-
CMYK0.170.4100.13
HSL275.22º58.97%69.41%-
HSV(B)275.22º41.26%87.45%-
XYZ41.4431.8773.78-
YUV157.63164.89147.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.32%
GREEN value IS 131 (51.56% from 255) = 24.30%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=34.32%
G=24.30%
B=41.37%

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
Decimal1851312230.170.4100.13275.2258.9769.41
HexB983DF11290D1133b45
Octal271203337215101542373105
Binary10111001100000111101111110001101001011011000100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983DF; }

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

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

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

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

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

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

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

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