#BD92D0

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

Shades of Wisteria #BD92D0

Tints of Wisteria #BD92D0

Color information

#BD92D0 (or 0xBD92D0) is unknown color: approx Wisteria. HEX triplet: BD, 92 and D0. RGB value is (189,146,208). Sum of RGB (Red+Green+Blue) = 189+146+208=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92D0 is #426D2F. Grayscale: #A5A5A5. Windows color (decimal): -4353328 or 13669053. OLE color: 13669053.

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

Color convert

RGB189146208-
CMYK0.090.3000.18
HSL281.61º39.74%69.41%-
HSV(B)281.61º29.81%81.57%-
XYZ42.6535.9364.36-
YUV165.92151.75144.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=34.81%
G=26.89%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891462080.090.3000.18281.6139.7469.41
HexBD92D091E01211a2845
Octal275222320113602243250105
Binary1011110110010010110100001001111100100101000110101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92D0; }

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

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

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

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

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

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

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

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