#BD82EE

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

Shades of Wisteria #BD82EE

Tints of Wisteria #BD82EE

Color information

#BD82EE (or 0xBD82EE) is unknown color: approx Wisteria. HEX triplet: BD, 82 and EE. RGB value is (189,130,238). Sum of RGB (Red+Green+Blue) = 189+130+238=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82EE is #427D11. Grayscale: #9F9F9F. Windows color (decimal): -4357394 or 15631037. OLE color: 15631037.

HSL color Cylindrical-coordinate representation of color #BD82EE: hue angle of 272.78º degrees, saturation: 0.76, 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 #BD82EE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189130238-
CMYK0.210.4500.07
HSL272.78º76.06%72.16%-
HSV(B)272.78º45.38%93.33%-
XYZ44.432.9684.91-
YUV159.95172.05148.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=33.93%
G=23.34%
B=42.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891302380.210.4500.07272.7876.0672.16
HexBD82EE152D071114c48
Octal275202356255507421114110
Binary10111101100000101110111010101101101011110001000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82EE; }

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

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

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

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

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

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

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

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