#BA95CD

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

Shades of Wisteria #BA95CD

Tints of Wisteria #BA95CD

Color information

#BA95CD (or 0xBA95CD) is unknown color: approx Wisteria. HEX triplet: BA, 95 and CD. RGB value is (186,149,205). Sum of RGB (Red+Green+Blue) = 186+149+205=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA95CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95CD is #456A32. Grayscale: #A6A6A6. Windows color (decimal): -4549171 or 13473210. OLE color: 13473210.

HSL color Cylindrical-coordinate representation of color #BA95CD: hue angle of 279.64º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA95CD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186149205-
CMYK0.090.2700.20
HSL279.64º35.9%69.41%-
HSV(B)279.64º27.32%80.39%-
XYZ42.0236.3462.56-
YUV166.45149.76141.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=34.44%
G=27.59%
B=37.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861492050.090.2700.20279.6435.969.41
HexBA95CD91B0141182445
Octal272225315113302443044105
Binary1011101010010101110011011001110110101001000110001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95CD; }

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

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

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

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

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

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

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

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