#BD82ED

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

Shades of Wisteria #BD82ED

Tints of Wisteria #BD82ED

Color information

#BD82ED (or 0xBD82ED) is unknown color: approx Wisteria. HEX triplet: BD, 82 and ED. RGB value is (189,130,237). Sum of RGB (Red+Green+Blue) = 189+130+237=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82ED is #427D12. Grayscale: #9F9F9F. Windows color (decimal): -4357395 or 15565501. OLE color: 15565501.

HSL color Cylindrical-coordinate representation of color #BD82ED: hue angle of 273.08º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD82ED is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189130237-
CMYK0.200.4500.07
HSL273.08º74.83%71.96%-
HSV(B)273.08º45.15%92.94%-
XYZ44.2532.984.14-
YUV159.84171.55148.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 130 (51.17% from 255) = 23.38%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=33.99%
G=23.38%
B=42.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891302370.200.4500.07273.0874.8371.96
HexBD82ED142D071114b48
Octal275202355245507421113110
Binary10111101100000101110110110100101101011110001000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82ED; }

 p { color: rgb(189,130,237); }

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

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

 a { background-color: rgb(189,130,237); }

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

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

 span { border-color: rgb(189,130,237); }

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