#BA7BE8

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

Shades of Wisteria #BA7BE8

Tints of Wisteria #BA7BE8

Color information

#BA7BE8 (or 0xBA7BE8) is unknown color: approx Wisteria. HEX triplet: BA, 7B and E8. RGB value is (186,123,232). Sum of RGB (Red+Green+Blue) = 186+123+232=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA7BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BE8 is #458417. Grayscale: #999999. Windows color (decimal): -4555800 or 15236026. OLE color: 15236026.

HSL color Cylindrical-coordinate representation of color #BA7BE8: hue angle of 274.68º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7BE8 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186123232-
CMYK0.200.4700.09
HSL274.68º70.32%69.61%-
HSV(B)274.68º46.98%90.98%-
XYZ41.930.4380.01-
YUV154.26171.87150.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 123 (48.44% from 255) = 22.74%
BLUE value IS 232 (91.02% from 255) = 42.88%
R=34.38%
G=22.74%
B=42.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861232320.200.4700.09274.6870.3269.61
HexBA7BE8142F091134646
Octal2721733502457011423106106
Binary10111010111101111101000101001011110100110001001110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BE8; }

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

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

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

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

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

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

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

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