#BD97D6

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

Shades of Wisteria #BD97D6

Tints of Wisteria #BD97D6

Color information

#BD97D6 (or 0xBD97D6) is unknown color: approx Wisteria. HEX triplet: BD, 97 and D6. RGB value is (189,151,214). Sum of RGB (Red+Green+Blue) = 189+151+214=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD97D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97D6 is #426829. Grayscale: #A9A9A9. Windows color (decimal): -4352042 or 14063549. OLE color: 14063549.

HSL color Cylindrical-coordinate representation of color #BD97D6: hue angle of 276.19º degrees, saturation: 0.43, 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 #BD97D6 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189151214-
CMYK0.120.2900.16
HSL276.19º43.45%71.57%-
HSV(B)276.19º29.44%83.92%-
XYZ44.1937.8168.59-
YUV169.54153.09141.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 214 (83.98% from 255) = 38.63%
R=34.12%
G=27.26%
B=38.63%

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
Decimal1891512140.120.2900.16276.1943.4571.57
HexBD97D6C1D0101142b48
Octal275227326143502042453110
Binary1011110110010111110101101100111010100001000101001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97D6; }

 p { color: rgb(189,151,214); }

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

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

 a { background-color: rgb(189,151,214); }

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

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

 span { border-color: rgb(189,151,214); }

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