#BA94CF

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

Shades of Wisteria #BA94CF

Tints of Wisteria #BA94CF

Color information

#BA94CF (or 0xBA94CF) is unknown color: approx Wisteria. HEX triplet: BA, 94 and CF. RGB value is (186,148,207). Sum of RGB (Red+Green+Blue) = 186+148+207=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94CF is #456B30. Grayscale: #A5A5A5. Windows color (decimal): -4549425 or 13604026. OLE color: 13604026.

HSL color Cylindrical-coordinate representation of color #BA94CF: hue angle of 278.64º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA94CF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186148207-
CMYK0.100.2900.19
HSL278.64º38.06%69.61%-
HSV(B)278.64º28.5%81.18%-
XYZ42.136.1263.79-
YUV166.09151.09142.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=34.38%
G=27.36%
B=38.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861482070.100.2900.19278.6438.0669.61
HexBA94CFA1D0131172646
Octal272224317123502342746106
Binary1011101010010100110011111010111010100111000101111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94CF; }

 p { color: rgb(186,148,207); }

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

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

 a { background-color: rgb(186,148,207); }

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

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

 span { border-color: rgb(186,148,207); }

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