#B982DF

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

Shades of Biloba Flower #B982DF

Tints of Biloba Flower #B982DF

Color information

#B982DF (or 0xB982DF) is unknown color: approx Biloba Flower. HEX triplet: B9, 82 and DF. RGB value is (185,130,223). Sum of RGB (Red+Green+Blue) = 185+130+223=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B982DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DF is #467D20. Grayscale: #9C9C9C. Windows color (decimal): -4619553 or 14647993. OLE color: 14647993.

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

Color convert

RGB185130223-
CMYK0.170.4200.13
HSL275.48º59.24%69.22%-
HSV(B)275.48º41.7%87.45%-
XYZ41.3131.6173.74-
YUV157.05165.22147.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=34.39%
G=24.16%
B=41.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851302230.170.4200.13275.4859.2469.22
HexB982DF112A0D1133b45
Octal271202337215201542373105
Binary10111001100000101101111110001101010011011000100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982DF; }

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

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

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

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

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

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

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

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