#BA95D0

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

Shades of Wisteria #BA95D0

Tints of Wisteria #BA95D0

Color information

#BA95D0 (or 0xBA95D0) is unknown color: approx Wisteria. HEX triplet: BA, 95 and D0. RGB value is (186,149,208). Sum of RGB (Red+Green+Blue) = 186+149+208=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95D0 is #456A2F. Grayscale: #A6A6A6. Windows color (decimal): -4549168 or 13669818. OLE color: 13669818.

HSL color Cylindrical-coordinate representation of color #BA95D0: hue angle of 277.63º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA95D0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186149208-
CMYK0.110.2800.18
HSL277.63º38.56%70%-
HSV(B)277.63º28.37%81.57%-
XYZ42.3836.4964.48-
YUV166.79151.26141.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=34.25%
G=27.44%
B=38.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861492080.110.2800.18277.6338.5670
HexBA95D0B1C0121162746
Octal272225320133402242647106
Binary1011101010010101110100001011111000100101000101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95D0; }

 p { color: rgb(186,149,208); }

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

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

 a { background-color: rgb(186,149,208); }

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

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

 span { border-color: rgb(186,149,208); }

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