#BD92D2

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

Shades of Wisteria #BD92D2

Tints of Wisteria #BD92D2

Color information

#BD92D2 (or 0xBD92D2) is unknown color: approx Wisteria. HEX triplet: BD, 92 and D2. RGB value is (189,146,210). Sum of RGB (Red+Green+Blue) = 189+146+210=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92D2 is #426D2D. Grayscale: #A5A5A5. Windows color (decimal): -4353326 or 13800125. OLE color: 13800125.

HSL color Cylindrical-coordinate representation of color #BD92D2: hue angle of 280.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD92D2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189146210-
CMYK0.100.3000.18
HSL280.31º41.56%69.8%-
HSV(B)280.31º30.48%82.35%-
XYZ42.936.0365.67-
YUV166.15152.75144.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 210 (82.42% from 255) = 38.53%
R=34.68%
G=26.79%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891462100.100.3000.18280.3141.5669.8
HexBD92D2A1E0121182a46
Octal275222322123602243052106
Binary1011110110010010110100101010111100100101000110001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92D2; }

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

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

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

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

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

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

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

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