#BD98D7

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

Shades of Wisteria #BD98D7

Tints of Wisteria #BD98D7

Color information

#BD98D7 (or 0xBD98D7) is unknown color: approx Wisteria. HEX triplet: BD, 98 and D7. RGB value is (189,152,215). Sum of RGB (Red+Green+Blue) = 189+152+215=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD98D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D7 is #426728. Grayscale: #AAAAAA. Windows color (decimal): -4351785 or 14129341. OLE color: 14129341.

HSL color Cylindrical-coordinate representation of color #BD98D7: hue angle of 275.24º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD98D7 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189152215-
CMYK0.120.2900.16
HSL275.24º44.06%71.96%-
HSV(B)275.24º29.3%84.31%-
XYZ44.4838.1869.32-
YUV170.24153.26141.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 152 (59.77% from 255) = 27.34%
BLUE value IS 215 (84.38% from 255) = 38.67%
R=33.99%
G=27.34%
B=38.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891522150.120.2900.16275.2444.0671.96
HexBD98D7C1D0101132c48
Octal275230327143502042354110
Binary1011110110011000110101111100111010100001000100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD98D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD98D7; }

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

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

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

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

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

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

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

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