#BA7BEE

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

Shades of Wisteria #BA7BEE

Tints of Wisteria #BA7BEE

Color information

#BA7BEE (or 0xBA7BEE) is unknown color: approx Wisteria. HEX triplet: BA, 7B and EE. RGB value is (186,123,238). Sum of RGB (Red+Green+Blue) = 186+123+238=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA7BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BEE is #458411. Grayscale: #9A9A9A. Windows color (decimal): -4555794 or 15629242. OLE color: 15629242.

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

Color convert

RGB186123238-
CMYK0.220.4800.07
HSL272.87º77.18%70.78%-
HSV(B)272.87º48.32%93.33%-
XYZ42.7730.7884.58-
YUV154.95174.87150.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=34.00%
G=22.49%
B=43.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861232380.220.4800.07272.8777.1870.78
HexBA7BEE1630071114d47
Octal272173356266007421115107
Binary1011101011110111110111010110110000011110001000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BEE; }

 p { color: rgb(186,123,238); }

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

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

 a { background-color: rgb(186,123,238); }

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

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

 span { border-color: rgb(186,123,238); }

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