#BA7DED

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

Shades of Wisteria #BA7DED

Tints of Wisteria #BA7DED

Color information

#BA7DED (or 0xBA7DED) is unknown color: approx Wisteria. HEX triplet: BA, 7D and ED. RGB value is (186,125,237). Sum of RGB (Red+Green+Blue) = 186+125+237=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DED is #458212. Grayscale: #9B9B9B. Windows color (decimal): -4555283 or 15564218. OLE color: 15564218.

HSL color Cylindrical-coordinate representation of color #BA7DED: hue angle of 272.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7DED is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186125237-
CMYK0.220.4700.07
HSL272.68º75.68%70.98%-
HSV(B)272.68º47.26%92.94%-
XYZ42.8731.2283.89-
YUV156.01173.71149.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=33.94%
G=22.81%
B=43.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861252370.220.4700.07272.6875.6870.98
HexBA7DED162F071114c47
Octal272175355265707421114107
Binary1011101011111011110110110110101111011110001000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DED; }

 p { color: rgb(186,125,237); }

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

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

 a { background-color: rgb(186,125,237); }

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

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

 span { border-color: rgb(186,125,237); }

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