#BD97CD

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

Shades of Wisteria #BD97CD

Tints of Wisteria #BD97CD

Color information

#BD97CD (or 0xBD97CD) is unknown color: approx Wisteria. HEX triplet: BD, 97 and CD. RGB value is (189,151,205). Sum of RGB (Red+Green+Blue) = 189+151+205=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD97CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD97CD is #426832. Grayscale: #A8A8A8. Windows color (decimal): -4352051 or 13473725. OLE color: 13473725.

HSL color Cylindrical-coordinate representation of color #BD97CD: hue angle of 282.22º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD97CD is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189151205-
CMYK0.080.2600.20
HSL282.22º35.06%69.8%-
HSV(B)282.22º26.34%80.39%-
XYZ43.0737.3662.7-
YUV168.52148.59142.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=34.68%
G=27.71%
B=37.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891512050.080.2600.20282.2235.0669.8
HexBD97CD81A01411a2346
Octal275227315103202443243106
Binary1011110110010111110011011000110100101001000110101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD97CD; }

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

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

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

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

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

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

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

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