#BD92CF

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

Shades of Wisteria #BD92CF

Tints of Wisteria #BD92CF

Color information

#BD92CF (or 0xBD92CF) is unknown color: approx Wisteria. HEX triplet: BD, 92 and CF. RGB value is (189,146,207). Sum of RGB (Red+Green+Blue) = 189+146+207=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92CF is #426D30. Grayscale: #A5A5A5. Windows color (decimal): -4353329 or 13603517. OLE color: 13603517.

HSL color Cylindrical-coordinate representation of color #BD92CF: hue angle of 282.3º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD92CF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189146207-
CMYK0.090.2900.19
HSL282.3º38.85%69.22%-
HSV(B)282.3º29.47%81.18%-
XYZ42.5335.8863.72-
YUV165.81151.25144.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 146 (57.42% from 255) = 26.94%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=34.87%
G=26.94%
B=38.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891462070.090.2900.19282.338.8569.22
HexBD92CF91D01311a2745
Octal275222317113502343247105
Binary1011110110010010110011111001111010100111000110101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92CF; }

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

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

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

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

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

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

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

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