#B982DA

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

Shades of Wisteria #B982DA

Tints of Wisteria #B982DA

Color information

#B982DA (or 0xB982DA) is unknown color: approx Wisteria. HEX triplet: B9, 82 and DA. RGB value is (185,130,218). Sum of RGB (Red+Green+Blue) = 185+130+218=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #B982DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DA is #467D25. Grayscale: #9C9C9C. Windows color (decimal): -4619558 or 14320313. OLE color: 14320313.

HSL color Cylindrical-coordinate representation of color #B982DA: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B982DA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185130218-
CMYK0.150.4000.15
HSL277.5º54.32%68.24%-
HSV(B)277.5º40.37%85.49%-
XYZ40.6531.3470.24-
YUV156.48162.72148.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 218 (85.55% from 255) = 40.90%
R=34.71%
G=24.39%
B=40.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851302180.150.4000.15277.554.3268.24
HexB982DAF280F1163644
Octal271202332175001742666104
Binary1011100110000010110110101111101000011111000101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982DA; }

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

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

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

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

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

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

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

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