#BD92E2

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

Shades of Wisteria #BD92E2

Tints of Wisteria #BD92E2

Color information

#BD92E2 (or 0xBD92E2) is unknown color: approx Wisteria. HEX triplet: BD, 92 and E2. RGB value is (189,146,226). Sum of RGB (Red+Green+Blue) = 189+146+226=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD92E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92E2 is #426D1D. Grayscale: #A7A7A7. Windows color (decimal): -4353310 or 14848701. OLE color: 14848701.

HSL color Cylindrical-coordinate representation of color #BD92E2: hue angle of 272.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD92E2 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189146226-
CMYK0.160.3500.11
HSL272.25º57.97%72.94%-
HSV(B)272.25º35.4%88.63%-
XYZ44.9936.8776.7-
YUV167.98160.75143-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=33.69%
G=26.02%
B=40.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891462260.160.3500.11272.2557.9772.94
HexBD92E210230B1103a49
Octal275222342204301342072111
Binary10111101100100101110001010000100011010111000100001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD92E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD92E2; }

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

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

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

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

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

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

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

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