#BD98DA

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

Shades of Wisteria #BD98DA

Tints of Wisteria #BD98DA

Color information

#BD98DA (or 0xBD98DA) is unknown color: approx Wisteria. HEX triplet: BD, 98 and DA. RGB value is (189,152,218). Sum of RGB (Red+Green+Blue) = 189+152+218=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98DA is #426725. Grayscale: #AAAAAA. Windows color (decimal): -4351782 or 14325949. OLE color: 14325949.

HSL color Cylindrical-coordinate representation of color #BD98DA: hue angle of 273.64º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD98DA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189152218-
CMYK0.130.3000.15
HSL273.64º47.14%72.55%-
HSV(B)273.64º30.28%85.49%-
XYZ44.8738.3471.36-
YUV170.59154.76141.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.81%
GREEN value IS 152 (59.77% from 255) = 27.19%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=33.81%
G=27.19%
B=39.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891522180.130.3000.15273.6447.1472.55
HexBD98DAD1E0F1122f49
Octal275230332153601742257111
Binary101111011001100011011010110111110011111000100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98DA; }

 p { color: rgb(189,152,218); }

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

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

 a { background-color: rgb(189,152,218); }

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

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

 span { border-color: rgb(189,152,218); }

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