#BA7DEB

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

Shades of Wisteria #BA7DEB

Tints of Wisteria #BA7DEB

Color information

#BA7DEB (or 0xBA7DEB) is unknown color: approx Wisteria. HEX triplet: BA, 7D and EB. RGB value is (186,125,235). Sum of RGB (Red+Green+Blue) = 186+125+235=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DEB is #458214. Grayscale: #9B9B9B. Windows color (decimal): -4555285 or 15433146. OLE color: 15433146.

HSL color Cylindrical-coordinate representation of color #BA7DEB: hue angle of 273.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7DEB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186125235-
CMYK0.210.4700.08
HSL273.27º73.33%70.59%-
HSV(B)273.27º46.81%92.16%-
XYZ42.5831.182.36-
YUV155.78172.71149.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 125 (49.22% from 255) = 22.89%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=34.07%
G=22.89%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861252350.210.4700.08273.2773.3370.59
HexBA7DEB152F081114947
Octal2721753532557010421111107
Binary10111010111110111101011101011011110100010001000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DEB; }

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

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

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

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

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

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

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

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