#BD82F3

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

Shades of Wisteria #BD82F3

Tints of Wisteria #BD82F3

Color information

#BD82F3 (or 0xBD82F3) is unknown color: approx Wisteria. HEX triplet: BD, 82 and F3. RGB value is (189,130,243). Sum of RGB (Red+Green+Blue) = 189+130+243=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD82F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82F3 is #427D0C. Grayscale: #A0A0A0. Windows color (decimal): -4357389 or 15958717. OLE color: 15958717.

HSL color Cylindrical-coordinate representation of color #BD82F3: hue angle of 271.33º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD82F3 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189130243-
CMYK0.220.4700.05
HSL271.33º82.48%73.14%-
HSV(B)271.33º46.5%95.29%-
XYZ45.1533.2688.83-
YUV160.52174.55148.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=33.63%
G=23.13%
B=43.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891302430.220.4700.05271.3382.4873.14
HexBD82F3162F0510f5249
Octal275202363265705417122111
Binary10111101100000101111001110110101111010110000111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD82F3; }

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

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

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

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

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

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

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

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