#B982DD

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

Shades of Biloba Flower #B982DD

Tints of Biloba Flower #B982DD

Color information

#B982DD (or 0xB982DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 82 and DD. RGB value is (185,130,221). Sum of RGB (Red+Green+Blue) = 185+130+221=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B982DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DD is #467D22. Grayscale: #9C9C9C. Windows color (decimal): -4619555 or 14516921. OLE color: 14516921.

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

Color convert

RGB185130221-
CMYK0.160.4100.13
HSL276.26º57.23%68.82%-
HSV(B)276.26º41.18%86.67%-
XYZ41.0431.572.32-
YUV156.82164.22148.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=34.51%
G=24.25%
B=41.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851302210.160.4100.13276.2657.2368.82
HexB982DD10290D1143945
Octal271202335205101542471105
Binary10111001100000101101110110000101001011011000101001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982DD; }

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

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

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

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

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

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

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

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