#BE82D6

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

Shades of Wisteria #BE82D6

Tints of Wisteria #BE82D6

Color information

#BE82D6 (or 0xBE82D6) is unknown color: approx Wisteria. HEX triplet: BE, 82 and D6. RGB value is (190,130,214). Sum of RGB (Red+Green+Blue) = 190+130+214=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE82D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE82D6 is #417D29. Grayscale: #9D9D9D. Windows color (decimal): -4291882 or 14058174. OLE color: 14058174.

HSL color Cylindrical-coordinate representation of color #BE82D6: hue angle of 282.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE82D6 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190130214-
CMYK0.110.3900.16
HSL282.86º50.6%67.45%-
HSV(B)282.86º39.25%83.92%-
XYZ41.3631.7767.57-
YUV157.52159.88151.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 24.34%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=35.58%
G=24.34%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901302140.110.3900.16282.8650.667.45
HexBE82D6B2701011b3343
Octal276202326134702043363103
Binary10111110100000101101011010111001110100001000110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82D6; }

 p { color: rgb(190,130,214); }

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

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

 a { background-color: rgb(190,130,214); }

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

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

 span { border-color: rgb(190,130,214); }

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