#BD92CD

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

Shades of Wisteria #BD92CD

Tints of Wisteria #BD92CD

Color information

#BD92CD (or 0xBD92CD) is unknown color: approx Wisteria. HEX triplet: BD, 92 and CD. RGB value is (189,146,205). Sum of RGB (Red+Green+Blue) = 189+146+205=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92CD is #426D32. Grayscale: #A5A5A5. Windows color (decimal): -4353331 or 13472445. OLE color: 13472445.

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

Color convert

RGB189146205-
CMYK0.080.2900.20
HSL283.73º37.11%68.82%-
HSV(B)283.73º28.78%80.39%-
XYZ42.2835.7862.44-
YUV165.58150.25144.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 146 (57.42% from 255) = 27.04%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=35%
G=27.04%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891462050.080.2900.20283.7337.1168.82
HexBD92CD81D01411c2545
Octal275222315103502443445105
Binary1011110110010010110011011000111010101001000111001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92CD; }

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

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

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

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

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

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

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

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